From 4a70a1e1f251b7f7b29b7d2cadfb94871b3c2d83 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 4 Aug 2021 13:27:19 +0000 Subject: [PATCH] Update repository config /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 df0cc536e..d4cf163e6 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) 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