From 0753cd6b3f426af7e11e28429694c3c40f79df6f Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 28 Sep 2024 17:22:49 +0200 Subject: [PATCH] fix(spanner-emulator): pin to v1.5.22 --- shell/bin/spanner-emulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bin/spanner-emulator b/shell/bin/spanner-emulator index 7e83ba78..7e47b772 100755 --- a/shell/bin/spanner-emulator +++ b/shell/bin/spanner-emulator @@ -1,7 +1,7 @@ #!/bin/bash CONTAINER_NAME="spanner-emulator" -CONTAINER_IMAGE="gcr.io/cloud-spanner-emulator/emulator:1.5.19" # TODO: find the most recent, working version... +CONTAINER_IMAGE="gcr.io/cloud-spanner-emulator/emulator:1.5.22" # TODO: version 1.5.23 has problems with times generated and set by Spanner itself could fail some tests INTERNAL_PORT="9010/tcp" # Check if we're using podman or docker