Merge pull request #2262 from pydanny/pin-traefik-v1

Pin Traefik Docker image to v1
This commit is contained in:
Bruno Alla 2019-10-22 08:50:58 +01:00 committed by GitHub
commit 6b65cb15e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM traefik:alpine
FROM traefik:1.7-alpine
RUN mkdir -p /etc/traefik/acme
RUN touch /etc/traefik/acme/acme.json
RUN chmod 600 /etc/traefik/acme/acme.json