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 271e295 + 038beb4 commit d0d1f25Copy full SHA for d0d1f25
Makefile
@@ -25,7 +25,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
25
OUTPUT_TYPE ?= docker
26
GO_TOOLCHAIN ?= golang
27
GO_VERSION ?= 1.22.5
28
-BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
+BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
29
30
ifeq ($(GOPATH),)
31
export GOPATH := $(shell go env GOPATH)
0 commit comments