Skip to content

Commit 7109a86

Browse files
committed
build: Build debian-iptables:v12.1.0 image
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 64300d8 commit 7109a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/debian-iptables/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
REGISTRY?="gcr.io/k8s-staging-build-image"
1818
IMAGE=$(REGISTRY)/debian-iptables
19-
TAG?=v12.0.1
19+
TAG?=v12.1.0
2020
ARCH?=amd64
2121
ALL_ARCH = amd64 arm arm64 ppc64le s390x
2222
TEMP_DIR:=$(shell mktemp -d)

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies:
104104
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+
105105

106106
- name: "k8s.gcr.io/debian-iptables"
107-
version: 12.0.1
107+
version: 12.1.0
108108
refPaths:
109109
- path: build/debian-iptables/Makefile
110110
match: TAG\?=

0 commit comments

Comments
 (0)