From 149d843e5b28aaa541b80a19db995accd6f5b037 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Nov 2023 18:26:24 +0000 Subject: [PATCH] chore(deps): update gcr.io/cloud-spanner-emulator/emulator docker tag to v1.5.12 --- .github/workflows/spanner-emulator-system-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spanner-emulator-system-tests.yaml b/.github/workflows/spanner-emulator-system-tests.yaml index bf88172b95fa..644b09a94506 100644 --- a/.github/workflows/spanner-emulator-system-tests.yaml +++ b/.github/workflows/spanner-emulator-system-tests.yaml @@ -18,7 +18,7 @@ jobs: services: emulator: - image: gcr.io/cloud-spanner-emulator/emulator:1.5.10 + image: gcr.io/cloud-spanner-emulator/emulator:1.5.12 ports: - 9010:9010 - 9020:9020