From c410fd4a62ad6c9f695167171483919ca1740b3a Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 22 Feb 2023 12:35:40 +0100 Subject: [PATCH] Bump debian-base build image to v1.4.3 Signed-off-by: Sascha Grunert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae15db9..2abae85 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bullseye-v1.4.2 +BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH)