Skip to content

Commit

Permalink
Update debian base image to v2.1.3 (kubernetes#1180)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <[email protected]>
  • Loading branch information
ialidzhikov authored Sep 3, 2020
1 parent 57697b5 commit 5b8bbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ARG DEBIAN_ARCH=amd64
# We not using scratch because we need to keep the basic image information
# from parent image
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3

ARG ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion cluster/images/cinder-csi-plugin/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEBIAN_ARCH=amd64
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3

ARG ARCH=amd64

Expand Down

0 comments on commit 5b8bbe5

Please sign in to comment.