Bump base image to 1.4.2

This commit is contained in:
Tim Hockin 2022-08-24 19:34:24 -07:00
parent e1774e223c
commit f932a17dca
No known key found for this signature in database
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 ?= 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)