Skip to content

Commit 14e65b1

Browse files
authored
Use debian:12 base image (#533)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 7cfbe4f commit 14e65b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
4545
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
4646
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
4747

48-
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
49-
BASEIMAGE_DBG ?= debian:bullseye
48+
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
49+
BASEIMAGE_DBG ?= debian:12
5050

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

0 commit comments

Comments
 (0)