deps: Update dependents to use debian-base:v2.1.0

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus
2020-05-02 21:15:52 -04:00
parent f828821eea
commit 64300d8fff
6 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ ALL_ARCH = amd64 arm arm64 ppc64le s390x
TEMP_DIR:=$(shell mktemp -d)
BASE_REGISTRY?=us.gcr.io/k8s-artifacts-prod/build-image
BASEIMAGE?=$(BASE_REGISTRY)/debian-base-$(ARCH):v2.0.0
BASEIMAGE?=$(BASE_REGISTRY)/debian-base-$(ARCH):v2.1.0
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled