Skip to content

Commit

Permalink
Merge pull request #912 from mattcary/bump135
Browse files Browse the repository at this point in the history
Bump buster version and make 1.3.5
  • Loading branch information
k8s-ci-robot authored Feb 3, 2022
2 parents 76ea87d + a9681ca commit b730632
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.5 - Changelog since v1.3.4

- Bump base image to buster-v1.10.0

# v1.3.4 - Changelog since v1.3.3

## Changes by Kind
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN ln -fs /bin/rm /usr/sbin/rm \
&& clean-install udev

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

0 comments on commit b730632

Please sign in to comment.