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 5482a3e + 22b8036 commit 78d0de2Copy full SHA for 78d0de2
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/debian-base:0.4.1
+BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0
40
41
IMAGE := $(REGISTRY)/$(BIN)
42
TAG := $(VERSION)__$(OS)_$(ARCH)
0 commit comments