Skip to content

Commit

Permalink
Merge pull request #705 from cheftako/release-0.31
Browse files Browse the repository at this point in the history
Updating baseimage to pick up assorted security fixes.
  • Loading branch information
k8s-ci-robot authored Jan 30, 2025
2 parents 271e295 + 038beb4 commit d0d1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d0d1f25

Please sign in to comment.