Skip to content

Commit 7461a4b

Browse files
authored
Use debian:12 base image (#239)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 1e49aed commit 7461a4b

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
@@ -59,7 +59,7 @@ OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5959
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6060

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

6464
GO_VERSION ?= 1.23
6565
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)

0 commit comments

Comments
 (0)