From f6cd7dd11d2ee421cca973caa58fa15554172ad8 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 27 Mar 2022 02:30:28 +0000 Subject: [PATCH] fix: CVE-2021-33574 and CVE-2021-3997 --- pkg/blobplugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/blobplugin/Dockerfile b/pkg/blobplugin/Dockerfile index 4d5f72a44..8402ec4fe 100644 --- a/pkg/blobplugin/Dockerfile +++ b/pkg/blobplugin/Dockerfile @@ -21,7 +21,7 @@ COPY ${binary} /blobplugin RUN apt update && apt-mark unhold libcap2 RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase # install updated packages to fix CVE issues -RUN clean-install libgmp10 bsdutils libssl1.1 openssl +RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 RUN mkdir /blobfuse-proxy/ COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/ ARG ARCH=amd64