Skip to content

Commit 8775569

Browse files
authored
Update repository config (#193)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 715ac99 commit 8775569

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
@@ -58,7 +58,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5858
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5959
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6060

61-
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian10
61+
BASEIMAGE_PROD ?= gcr.io/distroless/static:nonroot
6262
BASEIMAGE_DBG ?= debian:buster
6363

6464
GO_VERSION ?= 1.16

0 commit comments

Comments
 (0)