Merge pull request #294 from andyzhangx/CVE-2022-0778
fix: CVE-2022-0778 in image build
This commit is contained in:
commit
35c7f09f1c
@ -23,6 +23,6 @@ COPY bin/${ARCH}/nfsplugin /nfsplugin
|
|||||||
RUN apt update && apt-mark unhold libcap2
|
RUN apt update && apt-mark unhold libcap2
|
||||||
RUN clean-install ca-certificates mount nfs-common netbase
|
RUN clean-install ca-certificates mount nfs-common netbase
|
||||||
# install updated packages to fix CVE issues
|
# install updated packages to fix CVE issues
|
||||||
RUN clean-install libgmp10 bsdutils
|
RUN clean-install libgmp10 bsdutils libssl1.1 openssl
|
||||||
|
|
||||||
ENTRYPOINT ["/nfsplugin"]
|
ENTRYPOINT ["/nfsplugin"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user