File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ ADD . .
21
21
RUN GCE_PD_CSI_STAGING_VERSION=${STAGINGVERSION} make gce-pd-driver
22
22
23
23
# 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
25
25
RUN clean-install udev
26
26
27
27
# 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
29
29
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
30
30
# Install necessary dependencies
31
31
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs
You can’t perform that action at this time.
0 commit comments