pin fake-gcs to 1.21.2 to prevent acceptance-test errors

This commit is contained in:
Simon Detheridge 2021-01-04 13:32:16 +00:00
parent 7dcff116a0
commit 8989735c69
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ services:
interval: 1s
retries: 20
gcs:
image: fsouza/fake-gcs-server
image: fsouza/fake-gcs-server:v1.21.2
command: ["--port=9090", "--scheme=http"]
healthcheck:
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b

View file

@ -69,7 +69,7 @@ services:
interval: 1s
retries: 20
gcs:
image: fsouza/fake-gcs-server
image: fsouza/fake-gcs-server:v1.21.2
command: ["--port=9090", "--scheme=http"]
healthcheck:
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b