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.
2 parents 9f7366b + a7b6401 commit 8246f69Copy full SHA for 8246f69
Makefile
@@ -26,7 +26,7 @@ RELEASE_ARCH_LIST = amd64 arm64
26
OUTPUT_TYPE ?= docker
27
GO_TOOLCHAIN ?= golang
28
GO_VERSION ?= 1.21.9
29
-BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
+BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
30
31
ifeq ($(GOPATH),)
32
export GOPATH := $(shell go env GOPATH)
0 commit comments