From 703e8d37927c0a8be49292118353b4521a0a2b86 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:13:59 -0700 Subject: [PATCH] Use debian:12 base image (#87) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92f75e3..73626ab 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 -BASEIMAGE_DBG ?= debian:bookworm +BASEIMAGE_DBG ?= debian:12 GO_VERSION ?= 1.23 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)