We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc7162b + d1a773f commit 259f7d8Copy full SHA for 259f7d8
Makefile
@@ -36,7 +36,7 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
36
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
37
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
38
39
-BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.6.0
+BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.8.0
40
41
IMAGE := $(REGISTRY)/$(BIN)
42
TAG := $(VERSION)__$(OS)_$(ARCH)
0 commit comments