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.
1 parent aeb3345 commit 275c39dCopy full SHA for 275c39d
Makefile
@@ -58,7 +58,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
58
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
59
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
60
61
-BASEIMAGE_PROD ?= gcr.io/distroless/static:nonroot
+BASEIMAGE_PROD ?= gcr.io/distroless/static-debian10
62
BASEIMAGE_DBG ?= debian:buster
63
64
GO_VERSION ?= 1.17
0 commit comments