Skip to content

Commit aff4d7f

Browse files
committed
Bumped debian-base from 2.0.0 to 2.0.1
1 parent d911254 commit aff4d7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/debian-base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
1818
IMAGE ?= $(REGISTRY)/debian-base
1919
BUILD_IMAGE ?= debian-build
2020

21-
TAG ?= v2.0.0
21+
TAG ?= v2.0.1
2222

2323
TAR_FILE ?= rootfs.tar
2424
ARCH?=amd64

build/debian-iptables/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

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

24-
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.0
24+
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.1
2525

2626
# This option is for running docker manifest command
2727
export DOCKER_CLI_EXPERIMENTAL := enabled

0 commit comments

Comments
 (0)