Merge pull request #4626 from cookiecutter/dependabot/docker/{{cookiecutter.project_slug}}/compose/production/traefik/traefik-2.10.5

Bump traefik from 2.10.4 to 2.10.5 in /{{cookiecutter.project_slug}}/compose/production/traefik
This commit is contained in:
Bruno Alla 2023-10-12 10:21:59 +01:00 committed by GitHub
commit 83874b8b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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