Skip to content

Commit 0530b04

Browse files
authored
[cherry-pick] Use debian:12 base image (#154) (#156)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent a903d63 commit 0530b04

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

61-
BASEIMAGE_PROD ?= debian:bookworm
62-
BASEIMAGE_DBG ?= debian:bookworm
61+
BASEIMAGE_PROD ?= debian:12
62+
BASEIMAGE_DBG ?= debian:12
6363

6464
IMAGE := $(REGISTRY)/$(BIN)
6565
VERSION_PROD := $(VERSION)

0 commit comments

Comments
 (0)