Merge pull request #106 from Alexander-D-Karpov/dependabot/docker/compose/production/traefik/traefik-2.9.10

Bump traefik from 2.9.8 to 2.9.10 in /compose/production/traefik
This commit is contained in:
Alexander Karpov 2023-04-07 20:14:48 +03:00 committed by GitHub
commit f70fcfb2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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