From d8a1cae1e1556cf1bb7c5cd3b4fd9fc36624ba28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:52:44 +0000 Subject: [PATCH] Update google/cloud-sdk:emulators Docker digest to fa18e63 --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 2e1d7305..d7e2daee 100644 --- a/compose.yml +++ b/compose.yml @@ -119,7 +119,7 @@ services: condition: service_healthy firestore: - image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53 + image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70 command: ["/app/firestore-wrapper.sh"] ports: - ${FIRESTORE_PORT:-8080}:8080 @@ -137,7 +137,7 @@ services: - dev-network pubsub: - image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53 + image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70 command: ["/app/start-pubsub.sh"] ports: - ${PUBSUB_PORT:-8085}:8085 @@ -232,7 +232,7 @@ services: # Test-specific emulator services (isolated from dev) firestore-test: - image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53 + image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70 command: ["/app/firestore-wrapper.sh"] volumes: - ./docker/firestore/firestore-wrapper.sh:/app/firestore-wrapper.sh:ro @@ -249,7 +249,7 @@ services: profiles: [testing] pubsub-test: - image: google/cloud-sdk:emulators@sha256:4d5f296613305c375c4c9e20c34e8eacfb7a6787a8dc4b26645b67056fb0ef53 + image: google/cloud-sdk:emulators@sha256:fa18e6377033b4a4ad1d0bc8c7854790ee74ff3624f03bab8f268751ba92cd70 command: ["/app/start-pubsub.sh"] volumes: - ./docker/pubsub/start-pubsub.sh:/app/start-pubsub.sh:ro