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 715ac99 commit 8775569Copy full SHA for 8775569
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-debian10
+BASEIMAGE_PROD ?= gcr.io/distroless/static:nonroot
62
BASEIMAGE_DBG ?= debian:buster
63
64
GO_VERSION ?= 1.16
0 commit comments