From e56a6b5b2dbe99c3df3ff1593ec27161370103ff Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 22 Oct 2024 22:12:32 +0000 Subject: [PATCH] Use debian:12 base image Signed-off-by: 1gtm <1gtm@appscode.com> --- Dockerfile.dbg | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 92add68a4..39511ce4d 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/appscode/dlv:1.23.0 +FROM ghcr.io/appscode/dlv:1.23 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index cc20bd0d4..687e4808c 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) # BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 BASEIMAGE_PROD ?= alpine -BASEIMAGE_DBG ?= debian:bookworm +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)