We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfbe4f commit 14e65b1Copy full SHA for 14e65b1
1 file changed
Makefile
@@ -45,8 +45,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
45
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
46
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
47
48
-BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
49
-BASEIMAGE_DBG ?= debian:bullseye
+BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
+BASEIMAGE_DBG ?= debian:12
50
51
GO_VERSION ?= 1.23
52
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
0 commit comments