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 418b6e9 commit ba54a03Copy full SHA for ba54a03
1 file changed
Makefile
@@ -53,8 +53,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
53
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
54
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
55
56
-BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
57
-BASEIMAGE_DBG ?= debian:bullseye
+BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
+BASEIMAGE_DBG ?= debian:12
58
59
GO_VERSION ?= 1.23
60
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
0 commit comments