diff --git a/Makefile b/Makefile index be18477..b61522e 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) -BASEIMAGE_PROD ?= gcr.io/distroless/static-debian11 -BASEIMAGE_DBG ?= debian:bullseye +BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 +BASEIMAGE_DBG ?= debian:12 GO_VERSION ?= 1.20 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)