diff --git a/Dockerfile.dbg b/Dockerfile.dbg index fb3f0cca..c3664acf 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.20.1 +FROM ghcr.io/appscode/dlv:1.23 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index 4fa52b6c..5a2a2db3 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,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:bullseye +BASEIMAGE_DBG ?= debian:12 IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)