Skip to content

Commit

Permalink
fix(spanner-emulator): pin to v1.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Sep 28, 2024
1 parent ba085b6 commit 0753cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/bin/spanner-emulator
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0753cd6

Please sign in to comment.