Fix CVE-2022-2068

This commit is contained in:
Jingfang Liu 2022-07-06 11:53:59 -07:00 committed by GitHub
parent 42d292d081
commit d9e8b72885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.3.0
BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.0
IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)__$(OS)_$(ARCH)