Skip to content

Commit 5fa0361

Browse files
chore: bump base image and git-sync (#1731) (#1732)
1 parent 67f0daa commit 5fa0361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -86,7 +86,7 @@ HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm
8686
COSIGN_VERSION := v2.4.1
8787
COSIGN := $(BIN_DIR)/cosign
8888

89-
GIT_SYNC_VERSION := v4.3.0-gke.18__linux_amd64
89+
GIT_SYNC_VERSION := v4.3.0-gke.19__linux_amd64
9090
GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION)
9191

9292
OTELCONTRIBCOL_VERSION := v0.118.0-gke.9

0 commit comments

Comments
 (0)