Skip to content

Commit b730632

Browse files
authored
Merge pull request #912 from mattcary/bump135
Bump buster version and make 1.3.5
2 parents 76ea87d + a9681ca commit b730632

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG/CHANGELOG-1.3.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.3.5 - Changelog since v1.3.4
2+
3+
- Bump base image to buster-v1.10.0
4+
15
# v1.3.4 - Changelog since v1.3.3
26

37
## Changes by Kind

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN ln -fs /bin/rm /usr/sbin/rm \
2929
&& clean-install udev
3030

3131
# Start from Kubernetes Debian base
32-
FROM k8s.gcr.io/build-image/debian-base:buster-v1.9.0
32+
FROM k8s.gcr.io/build-image/debian-base:buster-v1.10.0
3333
COPY --from=builder /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/bin/gce-pd-csi-driver /gce-pd-csi-driver
3434
# Install necessary dependencies
3535
RUN ln -fs /bin/rm /usr/sbin/rm \

0 commit comments

Comments
 (0)