File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ ADD . .
2121RUN 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
2525RUN 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
2929COPY --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
3131RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
You can’t perform that action at this time.
0 commit comments