Skip to content

Commit ba54a03

Browse files
authored
Use debian:12 base image (#21)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 418b6e9 commit ba54a03

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
@@ -53,8 +53,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
5353
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5454
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5555

56-
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11
57-
BASEIMAGE_DBG ?= debian:bullseye
56+
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
57+
BASEIMAGE_DBG ?= debian:12
5858

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

0 commit comments

Comments
 (0)