Merge pull request #141 from overleaf/spd-pin-fakegcs

pin fake-gcs to 1.21.2 to prevent acceptance-test errors
This commit is contained in:
Eric Mc Sween 2021-01-05 13:49:56 -05:00 committed by GitHub
commit 7b72a563e7
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