Skip to content

Commit 58f2cdd

Browse files
committed
Update debian images to buster-v1.9.0
Change-Id: I1a112e09ddf84ac9a964e52afe7b5ee4a531070f
1 parent 6b01258 commit 58f2cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ ADD . .
2121
RUN GCE_PD_CSI_STAGING_VERSION=${STAGINGVERSION} make gce-pd-driver
2222

2323
# MAD HACKS: Build a version first so we can take the scsi_id bin and put it somewhere else in our real build
24-
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.6.0 as mad-hack
24+
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9.0 as mad-hack
2525
RUN clean-install udev
2626

2727
# Start from Kubernetes Debian base
28-
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.6.0
28+
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.9.0
2929
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
3030
# Install necessary dependencies
3131
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs

0 commit comments

Comments
 (0)