diff --git a/shell/bin/spanner-emulator b/shell/bin/spanner-emulator index 7e83ba78..94d4a9cc 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 seems to have issues with setting timestamps and can fail tests INTERNAL_PORT="9010/tcp" # Check if we're using podman or docker