From fb42dae09140436ffcde62c307245bfff0c2abf2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 10 Nov 2023 23:15:47 +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