From a8acaa4ec623ee34df52ffb6baffd76d98c6e310 Mon Sep 17 00:00:00 2001 From: Jingyuan Liang Date: Thu, 7 Jul 2022 19:34:57 +0000 Subject: [PATCH] Bump base image to bullseye-v1.5.0 to pick up CVE fixes k8s.gcr.io/build-image/debian-iptables:bullseye-v1.5.0 is an multiarch manifest so we no longer use the -$(ARCH) version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e513961..fe16466 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ HTTPS_PROXY ?= OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE ?= k8s.gcr.io/build-image/debian-iptables-$(ARCH):bullseye-v1.3.0 +BASEIMAGE ?= k8s.gcr.io/build-image/debian-iptables:bullseye-v1.5.0 TAG := $(VERSION)__$(OS)_$(ARCH)