Skip to content

Commit 07d3565

Browse files
authored
Merge pull request #699 from cheftako/images
Updating baseimage to pick up assorted security fixes.
2 parents 088cc9e + 38daed4 commit 07d3565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
2525
OUTPUT_TYPE ?= docker
2626
GO_TOOLCHAIN ?= golang
2727
GO_VERSION ?= 1.23.0
28-
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
28+
BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
2929

3030
ifeq ($(GOPATH),)
3131
export GOPATH := $(shell go env GOPATH)

0 commit comments

Comments
 (0)