Skip to content

Commit 0fc80b6

Browse files
authored
Update debian base image to v2.1.3 (kubernetes#1180)
Signed-off-by: ialidzhikov <[email protected]>
1 parent 3a6b2d2 commit 0fc80b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/images/cinder-csi-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ARG DEBIAN_ARCH=amd64
1414
# We not using scratch because we need to keep the basic image information
1515
# from parent image
16-
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0
16+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
1717

1818
ARG ARCH=amd64
1919

cluster/images/cinder-csi-plugin/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_ARCH=amd64
2-
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base-${DEBIAN_ARCH}:v2.1.0
2+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
33

44
ARG ARCH=amd64
55

0 commit comments

Comments
 (0)