We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64300d8 commit 7109a86Copy full SHA for 7109a86
build/debian-iptables/Makefile
@@ -16,7 +16,7 @@
16
17
REGISTRY?="gcr.io/k8s-staging-build-image"
18
IMAGE=$(REGISTRY)/debian-iptables
19
-TAG?=v12.0.1
+TAG?=v12.1.0
20
ARCH?=amd64
21
ALL_ARCH = amd64 arm arm64 ppc64le s390x
22
TEMP_DIR:=$(shell mktemp -d)
build/dependencies.yaml
@@ -104,7 +104,7 @@ dependencies:
104
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+
105
106
- name: "k8s.gcr.io/debian-iptables"
107
- version: 12.0.1
+ version: 12.1.0
108
refPaths:
109
- path: build/debian-iptables/Makefile
110
match: TAG\?=
0 commit comments