diff --git a/Dockerfile.dbg b/Dockerfile.dbg index a63a8717..90fb9c9a 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -13,7 +13,7 @@ # limitations under the License. -FROM ghcr.io/appscode/dlv:1.22.0 +FROM ghcr.io/appscode/dlv:1.23 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index c3f3cb16..b91a7e52 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,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)