Skip to content

Commit d1a773f

Browse files
authored
Update Makefile
Use the latest promoted debian base image: kubernetes/k8s.io#2256 Overcomes 2 critical vulnerabilities: * https://nvd.nist.gov/vuln/detail/CVE-2021-20231 * https://nvd.nist.gov/vuln/detail/CVE-2021-20232 My organisation cares about published and fixed vulnerabilities and we use this tool extensively, thank you for it :)
1 parent fc7162b commit d1a773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
3636
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
3737
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
3838

39-
BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.6.0
39+
BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.8.0
4040

4141
IMAGE := $(REGISTRY)/$(BIN)
4242
TAG := $(VERSION)__$(OS)_$(ARCH)

0 commit comments

Comments
 (0)