From 6e46863b6904461d65a3f19d2b60c0681f0eeea2 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:15:00 -0700 Subject: [PATCH] Use debian:12 base image (#33) Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b8e41464..1f09b49d 100644 --- a/Makefile +++ b/Makefile @@ -67,8 +67,8 @@ OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) # BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 -BASEIMAGE_PROD ?= debian:bookworm -BASEIMAGE_DBG ?= debian:bookworm +BASEIMAGE_PROD ?= debian:12 +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)