Use latest version of gcs server for tests

This commit is contained in:
Simon Detheridge 2020-06-09 10:01:20 +01:00
parent dee1424836
commit 0027d27473

View file

@ -1,4 +1,4 @@
FROM fsouza/fake-gcs-server:1.18.4
FROM fsouza/fake-gcs-server:latest
RUN apk add --update --no-cache curl
COPY healthcheck.sh /healthcheck.sh
HEALTHCHECK --interval=1s --timeout=1s --retries=30 CMD /healthcheck.sh http://localhost:9090