We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544a161 commit 8917975Copy full SHA for 8917975
Makefile
@@ -43,7 +43,7 @@ GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION)
43
# Base image used for debian containers
44
# When updating you can use this command:
45
# gcloud container images list-tags gcr.io/gke-release/debian-base --filter="tags:bookworm*"
46
-DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.4-gke.3
+DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.4-gke.4
47
# Base image used for gcloud install, primarily for test images.
48
# We use -slim for a smaller base image where we can choose which components to install.
49
# https://cloud.google.com/sdk/docs/downloads-docker#docker_image_options
0 commit comments