From 36a94bd46408b15d38f0d8b531871363172700e9 Mon Sep 17 00:00:00 2001 From: yankaiz Date: Thu, 28 Mar 2019 13:27:31 -0700 Subject: [PATCH] Bump debian-iptables for security fixes --- build/debian-iptables/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index b33cd4b550a..87b0322d7ec 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -16,12 +16,12 @@ REGISTRY?="staging-k8s.gcr.io" IMAGE=$(REGISTRY)/debian-iptables -TAG?=v11.0.1 +TAG?=v11.0.2 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x TEMP_DIR:=$(shell mktemp -d) -BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):0.4.1 +BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v1.0.0 # This option is for running docker manifest command export DOCKER_CLI_EXPERIMENTAL := enabled