Skip to content

Commit 3de1242

Browse files
authored
Merge pull request #607 from andyzhangx/fix-CVE-2021-3996
fix: CVE-2021-3996 in image build
2 parents 3c4515d + 85f9527 commit 3de1242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
15+
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
1616

1717
ARG ARCH=amd64
1818
COPY ./_output/${ARCH}/blobplugin /blobplugin
1919

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 libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
23+
RUN clean-install libgmp10 bsdutils
2424
RUN mkdir /blobfuse-proxy/
2525
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
2626
# for compatibility, remove this after v1.6.0 release (todo)

0 commit comments

Comments
 (0)