From 75b112164605af868f9b8650f38a73f3a6a2d703 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 22 Oct 2024 21:46:23 +0000 Subject: [PATCH] Use debian:12 base image Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b171215..d5e11c8 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,9 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11 +BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 # BASEIMAGE_PROD ?= alpine -BASEIMAGE_DBG ?= debian:bullseye +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)