Skip to content

Commit

Permalink
Merge pull request #865 from k8s-infra-cherrypick-robot/cherry-pick-8…
Browse files Browse the repository at this point in the history
…48-to-release-1.6

[release-1.6] Update debian base image to fix CVE-2024-2961
  • Loading branch information
k8s-ci-robot authored Jun 3, 2024
2 parents 67c6bb1 + 9d2d0a5 commit 0a7029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') make driver BINDIR=/bin GCP_
# Install nfs packages
# Note that the newer debian bullseye image does not work with nfs-common; I
# believe that libcap needs extra configuration.
FROM gke.gcr.io/debian-base:bookworm-v1.0.2-gke.0 as deps
FROM gke.gcr.io/debian-base:bookworm-v1.0.2-gke.2 as deps
ENV DEBIAN_FRONTEND noninteractive

# The netbase package is needed to get rpcbind to work correctly,
Expand Down

0 comments on commit 0a7029d

Please sign in to comment.