From 3a9d3b6ceb4ae7e6e3fe638601f725677f73209d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 10 Jan 2026 00:58:50 +0000 Subject: [PATCH] chore(deps): update gcr.io/cloud-spanner-emulator/emulator docker tag to v1.5.47 --- .../workflows/spanner-integration-tests-against-emulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spanner-integration-tests-against-emulator.yaml b/.github/workflows/spanner-integration-tests-against-emulator.yaml index 48994db5..e5e496d2 100644 --- a/.github/workflows/spanner-integration-tests-against-emulator.yaml +++ b/.github/workflows/spanner-integration-tests-against-emulator.yaml @@ -18,7 +18,7 @@ jobs: services: emulator: - image: gcr.io/cloud-spanner-emulator/emulator:1.5.41 + image: gcr.io/cloud-spanner-emulator/emulator:1.5.47 ports: - 9010:9010 - 9020:9020