Skip to content

Commit 9c35e66

Browse files
authored
Merge pull request #1997 from Sneha-at/update-master
update debian image to fix CVE
2 parents daac2c6 + f7a6c26 commit 9c35e66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$
2323

2424
# Start from Kubernetes Debian base.
2525

26-
FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.3 AS debian
26+
FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.5 AS debian
2727

2828
# Install necessary dependencies
2929
# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash

Dockerfile.debug

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ RUN CGO_ENABLED=0 go install -ldflags "-s -w -extldflags '-static'" github.com/g
2424
RUN GOARCH="$(echo $TARGETPLATFORM | cut -f2 -d '/')" GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION GCE_PD_CSI_DEBUG=1 make gce-pd-driver
2525

2626
# MAD HACKS: Build a version first so we can take the scsi_id bin and put it somewhere else in our real build
27-
FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0 as mad-hack
27+
FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.5 as mad-hack
2828
RUN clean-install udev
2929

3030
# Start from Kubernetes Debian base
31-
FROM gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0
31+
FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.5
3232

3333
# Copy source code too to correlate the binary and the breakpoints
3434
WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver

0 commit comments

Comments
 (0)