@@ -43,7 +43,7 @@ GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION)
4343# Base image used for debian containers
4444# When updating you can use this command:
4545# 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.8
46+ DEBIAN_BASE_IMAGE := gcr.io/gke-release/debian-base:bookworm-v1.0.4-gke.17
4747# Base image used for gcloud install, primarily for test images.
4848# We use -slim for a smaller base image where we can choose which components to install.
4949# https://cloud.google.com/sdk/docs/downloads-docker#docker_image_options
@@ -88,7 +88,7 @@ HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm
8888COSIGN_VERSION := v2.4.1
8989COSIGN :=$(BIN_DIR ) /cosign
9090
91- GIT_SYNC_VERSION := v4.3.0-gke.18__linux_amd64
91+ GIT_SYNC_VERSION := v4.3.0-gke.19__linux_amd64
9292GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION )
9393
9494OTELCONTRIBCOL_VERSION := v0.118.0-gke.9