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 9f7366b commit a7b6401Copy full SHA for a7b6401
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