Skip to content

Commit

Permalink
Updating baseimage to pick up assorted security fixes.
Browse files Browse the repository at this point in the history
Going from Debian11 to Debian12 base image.
  • Loading branch information
cheftako committed Jan 28, 2025
1 parent 088cc9e commit 38daed4
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 38daed4

Please sign in to comment.