Skip to content

Commit 0fc5630

Browse files
author
shiftstack-merge-bot
committed
2 parents 35ee4dd + 98b9a89 commit 0fc5630

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 k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
16+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
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 k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:v2.1.3
2+
FROM k8s.gcr.io/build-image/debian-base-${DEBIAN_ARCH}:bullseye-v1.4.2
33

44
ARG ARCH=amd64
55

0 commit comments

Comments
 (0)