Bump debian-base build image to v1.4.3

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-02-22 12:35:40 +01:00
parent 8fec7fa756
commit c410fd4a62
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93
1 changed files with 1 additions and 1 deletions

View File

@ -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)