Pin fake-gcs to 1.18

This commit is contained in:
Simon Detheridge 2020-06-03 10:52:10 +01:00
parent 06e7c6f22a
commit b37f97e2e3

View file

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