From c93cf2a3bb2a4ccb7d53a503bee72ad779988c78 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 2 Apr 2022 04:42:14 +0000 Subject: [PATCH] fix: CVE-2018-25032 in image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbd04513..0929790a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ COPY ${binary} /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 libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1 +RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1 zlib1g ENTRYPOINT ["/nfsplugin"]