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 271e295 commit 038beb4Copy full SHA for 038beb4
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