diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index 5e16f57c411..4a669177c43 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -16,7 +16,7 @@ REGISTRY?="gcr.io/k8s-staging-build-image" IMAGE=$(REGISTRY)/debian-iptables -TAG?=v12.0.1 +TAG?=v12.1.0 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x TEMP_DIR:=$(shell mktemp -d) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 115beb4eccf..a1787f90497 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -104,7 +104,7 @@ dependencies: match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+ - name: "k8s.gcr.io/debian-iptables" - version: 12.0.1 + version: 12.1.0 refPaths: - path: build/debian-iptables/Makefile match: TAG\?=