From d9439f71bb43d80ce49711db8d64fe487a9fb996 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 22 Oct 2024 22:13:19 +0000 Subject: [PATCH] Use debian:12 base image /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f453dd8..10133047 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE_PROD ?= debian:bookworm -BASEIMAGE_DBG ?= debian:bookworm +BASEIMAGE_PROD ?= debian:12 +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)