Skip to content

Commit

Permalink
Merge pull request #662 from andyzhangx/CVE-2022-1271
Browse files Browse the repository at this point in the history
fix: CVE-2022-1271 in image build
  • Loading branch information
andyzhangx authored Apr 19, 2022
2 parents eb96c79 + 1c91679 commit 4a4f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 libc-bin libsystemd0 zlib1g
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc-bin libsystemd0 zlib1g gzip liblzma5
RUN mkdir /blobfuse-proxy/
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
ARG ARCH=amd64
Expand Down

0 comments on commit 4a4f210

Please sign in to comment.