From 038beb41ddb34009c7870f89962e43e60045b0b8 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 721af6e3f..4013b9bf6 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.22.5 -BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot +BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot ifeq ($(GOPATH),) export GOPATH := $(shell go env GOPATH)