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 223cd4f commit b03363cCopy full SHA for b03363c
Makefile
@@ -61,8 +61,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
61
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
62
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
63
64
-BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
65
-BASEIMAGE_DBG ?= debian:bullseye
+BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
+BASEIMAGE_DBG ?= debian:12
66
67
IMAGE := $(REGISTRY)/$(BIN)
68
VERSION_PROD := $(VERSION)
0 commit comments