Skip to content

Commit b03363c

Browse files
authored
Use debian:12 base image (#99)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 223cd4f commit b03363c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
6161
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
6262
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6363

64-
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
65-
BASEIMAGE_DBG ?= debian:bullseye
64+
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
65+
BASEIMAGE_DBG ?= debian:12
6666

6767
IMAGE := $(REGISTRY)/$(BIN)
6868
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)