Skip to content

Commit

Permalink
Merge pull request #699 from cheftako/images
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 29, 2025
2 parents 088cc9e + 38daed4 commit 07d3565
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.23.0
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 07d3565

Please sign in to comment.