Skip to content

Commit 8246f69

Browse files
authored
Merge pull request #706 from cheftako/release-0.30
Cherrypick to 0.30: Updating baseimage to pick up assorted security fixes.
2 parents 9f7366b + a7b6401 commit 8246f69

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
@@ -26,7 +26,7 @@ RELEASE_ARCH_LIST = amd64 arm64
2626
OUTPUT_TYPE ?= docker
2727
GO_TOOLCHAIN ?= golang
2828
GO_VERSION ?= 1.21.9
29-
BASEIMAGE ?= gcr.io/distroless/static-debian11:nonroot
29+
BASEIMAGE ?= gcr.io/distroless/static-debian12:nonroot
3030

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

0 commit comments

Comments
 (0)