diff --git a/Makefile b/Makefile index a6eefcddf..353072432 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,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 ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.0 +BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH)