Bumped debian-base from 2.0.0 to 2.0.1

This commit is contained in:
Samuel Davidson
2020-04-03 17:02:54 -07:00
parent d911254deb
commit aff4d7ff1c
2 changed files with 3 additions and 3 deletions

View File

@@ -16,12 +16,12 @@
REGISTRY?="staging-k8s.gcr.io"
IMAGE=$(REGISTRY)/debian-iptables
TAG?=v12.0.1
TAG?=v12.0.2
ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
TEMP_DIR:=$(shell mktemp -d)
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.0
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.1
# This option is for running docker manifest command
export DOCKER_CLI_EXPERIMENTAL := enabled