upgrade to debian-base:bullseye-v1.3.0

This commit is contained in:
Benjamin Elder
2022-06-07 14:19:40 -07:00
parent da0b4575e5
commit d9c6c6eb74
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
# This image is a haproxy image + minimal config so the container will not exit
# while we rewrite the config at runtime and signal haproxy to reload.
ARG BASE="k8s.gcr.io/build-image/debian-base:bullseye-v1.2.0"
ARG BASE="k8s.gcr.io/build-image/debian-base:bullseye-v1.3.0"
FROM ${BASE} as build
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image

View File

@@ -15,7 +15,7 @@
# This image is contains the binaries needed for the local-path-provisioner
# helper pod. Currently that means: sh, rm, mkdir
ARG BASE="k8s.gcr.io/build-image/debian-base:bullseye-v1.2.0"
ARG BASE="k8s.gcr.io/build-image/debian-base:bullseye-v1.3.0"
FROM ${BASE} as build
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image