From 38daed44e6e8b38a3cf18c3b6e9cbe498c5b2d0d Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Tue, 28 Jan 2025 14:57:42 -0800 Subject: [PATCH] Updating baseimage to pick up assorted security fixes. Going from Debian11 to Debian12 base image. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b12ebd3f..d0a1b58d9 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x OUTPUT_TYPE ?= docker GO_TOOLCHAIN ?= golang GO_VERSION ?= 1.23.0 -BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot +BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot ifeq ($(GOPATH),) export GOPATH := $(shell go env GOPATH)