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 088cc9e commit 38daed4Copy full SHA for 38daed4
Makefile
@@ -25,7 +25,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
25
OUTPUT_TYPE ?= docker
26
GO_TOOLCHAIN ?= golang
27
GO_VERSION ?= 1.23.0
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