Merge pull request #15 from Alexander-D-Karpov/dependabot/docker/compose/production/traefik/traefik-2.9.5

Bump traefik from v2.2.11 to 2.9.5 in /compose/production/traefik
This commit is contained in:
Alexandr Karpov 2022-11-24 17:56:32 +03:00 committed by GitHub
commit 13be5aa0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM traefik:v2.2.11
FROM traefik:2.9.5
RUN mkdir -p /etc/traefik/acme \
&& touch /etc/traefik/acme/acme.json \
&& chmod 600 /etc/traefik/acme/acme.json