Skip to content

Commit 2a4d5f7

Browse files
authored
Merge pull request #628 from andyzhangx/CVE-2022-0778
fix: CVE-2022-0778 in image build
2 parents 22b12bc + 61ea342 commit 2a4d5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY ./_output/${ARCH}/blobplugin /blobplugin
2020
RUN apt update && apt-mark unhold libcap2
2121
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
2222
# install updated packages to fix CVE issues
23-
RUN clean-install libgmp10 bsdutils
23+
RUN clean-install libgmp10 bsdutils libssl1.1 openssl
2424
RUN mkdir /blobfuse-proxy/
2525
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2626
ARG ARCH=amd64

0 commit comments

Comments
 (0)