Merge pull request #75845 from grayluck/iptables-cve

Bump debian-iptables for security fixes
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-01 13:19:22 -07:00 committed by GitHub
commit 4db3fccd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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