Switch back to official fake-gcs-server image

This commit is contained in:
Simon Detheridge 2020-02-12 13:44:38 +00:00
parent 9dddf25209
commit e2f3dd23c9

View file

@ -1,4 +1,4 @@
FROM gh2k/fake-gcs-server
FROM fsouza/fake-gcs-server
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