From ec5345837b5ba20da934a795a2e21ad6ea4260fa Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Tue, 22 Oct 2024 23:04:38 +0000 Subject: [PATCH] Bump base image to distroless-iptables:v0.6.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e62506a..42a7f31 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ALL_PLATFORMS ?= linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x # The "FROM" part of the Dockerfile. This should be a manifest-list which # supports all of the platforms listed in ALL_PLATFORMS. -BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.3 +BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.4 # Where to push the docker images. REGISTRY ?= gcr.io/k8s-staging-networking