Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION)
# When updating you can use this command:
# gcloud container images list-tags gcr.io/gke-release/debian-base --filter="tags:bookworm*"
# Or run: UPDATE_TYPE=<latest-version|latest-build> make update-debian-base-image
DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.7-gke.5
DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.8-gke.10
# Base image used for gcloud install, primarily for test images.
# We use -slim for a smaller base image where we can choose which components to install.
# https://cloud.google.com/sdk/docs/downloads-docker#docker_image_options
Expand Down