diff --git a/Makefile b/Makefile index 123333b73..fd967c77d 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ GO_DIR := $(OUTPUT_DIR)/go # Base image used for all golang containers # Uses trusted google-built golang image -GOLANG_IMAGE := google-go.pkg.dev/golang:1.21.9 +GOLANG_IMAGE := google-go.pkg.dev/golang:1.21.11 # Base image used for debian containers # When updating you can use this command: # gcloud container images list-tags gcr.io/gke-release/debian-base --filter="tags:bookworm*"