fix: CVE-2022-0778 in image build

This commit is contained in:
andyzhangx 2022-03-16 07:31:15 +00:00
parent 8b53ffdbaa
commit ddf22a4242

View File

@ -23,6 +23,6 @@ COPY bin/${ARCH}/nfsplugin /nfsplugin
RUN apt update && apt-mark unhold libcap2
RUN clean-install ca-certificates mount nfs-common netbase
# install updated packages to fix CVE issues
RUN clean-install libgmp10 bsdutils
RUN clean-install libgmp10 bsdutils libssl1.1 openssl
ENTRYPOINT ["/nfsplugin"]