From ae94693a87298d1583cf3e222341ce853e35ec36 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 4 Aug 2021 06:48:28 -0700 Subject: [PATCH] Update repository config (#109) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfd5aed55..faf1ae222 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE_PROD ?= gcr.io/distroless/static-debian10 +BASEIMAGE_PROD ?= gcr.io/distroless/static:nonroot BASEIMAGE_DBG ?= debian:buster GO_VERSION ?= 1.16