mirror of https://github.com/k3s-io/k3s
Merge pull request #75845 from grayluck/iptables-cve
Bump debian-iptables for security fixesk3s-v1.15.3
commit
4db3fccd6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue