Skip to content

Commit c8d2c58

Browse files
authored
Merge pull request #638 from andyzhangx/CVE-2018-25032
fix: CVE-2018-25032 in image build
2 parents be9720b + cc70721 commit c8d2c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY ${binary} /blobplugin
2121
RUN apt update && apt-mark unhold libcap2
2222
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
2323
# install updated packages to fix CVE issues
24-
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0
24+
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 zlib1g
2525
RUN mkdir /blobfuse-proxy/
2626
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2727
ARG ARCH=amd64

0 commit comments

Comments
 (0)