From a33e8a41df323b0fff20bc4841ae08739ddb7c5f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Tue, 22 Oct 2024 22:46:02 +0000 Subject: [PATCH] Use debian:12 base image Signed-off-by: 1gtm <1gtm@appscode.com> --- Dockerfile.dbg | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 41617b7c..ceb9699c 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.21.2 +FROM ghcr.io/appscode/dlv:1.23 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index b0926052..90172cfa 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,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:bookworm +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)