From 7f38e876e67d2dc876cfa577e9e0c165bce18b78 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:16:36 -0700 Subject: [PATCH] Use debian:12 base image (#43) /cherry-pick 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 e5146953..698fe074 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 appscode/dlv:1.8.0 +FROM ghcr.io/appscode/dlv:1.23 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index 56964dcc..55f05ae6 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,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 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)