Skip to content

Commit c9f169e

Browse files
authored
Merge pull request #911 from mattcary/bump125
Bump debian image for 1.2 release.
2 parents 77e6f71 + 2a99399 commit c9f169e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG/CHANGELOG-1.2.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.5 - Changelog since v1.2.4
2+
3+
- Update base image to buster-1.10
4+
15
# v1.2.4 - Changelog since v1.2.3
26

37
## Changes by Kind

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.9.0
28+
FROM k8s.gcr.io/build-image/debian-base-amd64:buster-v1.10.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)