From c07cec642b7c0b44f6fbf5b2c08d4580f9c6239c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 6 Mar 2023 23:55:08 +0000 Subject: [PATCH] chore(deps): update gcr.io/cloud-spanner-emulator/emulator docker tag to v1.5.1 (#5926) --- .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 6eda5e0192b1..0945dff6cfc1 100644 --- a/.github/workflows/spanner-emulator-system-tests.yaml +++ b/.github/workflows/spanner-emulator-system-tests.yaml @@ -16,7 +16,7 @@ jobs: services: emulator: - image: gcr.io/cloud-spanner-emulator/emulator:1.5.0 + image: gcr.io/cloud-spanner-emulator/emulator:1.5.1 ports: - 9010:9010 - 9020:9020