Skip to content

Commit 4ccf52c

Browse files
amacaskillk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
update debian base image to latest version for CVE fixes
1 parent 256c7c3 commit 4ccf52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADD . .
2424
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
2525

2626
# Start from Kubernetes Debian base.
27-
FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0 as debian
27+
FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.5 as debian
2828
# Install necessary dependencies
2929
# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash
3030
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash

0 commit comments

Comments
 (0)