Skip to content

Commit 83ee84f

Browse files
committed
fix: CVE-2021-43618 in Ubuntu image
rename test
1 parent 263beb9 commit 83ee84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pluto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: apiVersion deprecation test
1+
name: k8s api version check
22
on:
33
pull_request: {}
44
push: {}

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY ./_output/blobplugin /blobplugin
1717
RUN apt update && apt-mark unhold libcap2
1818
RUN clean-install ca-certificates libfuse-dev libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev util-linux mount udev wget e2fsprogs nfs-common netbase
1919
# install updated packages to fix CVE issues
20-
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
20+
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
2121
RUN mkdir /blobfuse-proxy/
2222
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2323
# for compatibility, remove this after v1.6.0 release (todo)

0 commit comments

Comments
 (0)