Skip to content

Commit 47945d7

Browse files
authored
Use debian:12 base image (#137)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 4ee4d0c commit 47945d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5757
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5858

5959
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
60-
BASEIMAGE_DBG ?= debian:bookworm
60+
BASEIMAGE_DBG ?= debian:12
6161

6262
IMAGE := $(REGISTRY)/$(BIN)
6363
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)