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

This commit is contained in:
Bruno Alla 2024-10-29 08:44:44 +00:00 committed by GitHub
commit ab7f01c4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM docker.io/traefik:3.1.6
FROM docker.io/traefik:3.2.0
RUN mkdir -p /etc/traefik/acme \
&& touch /etc/traefik/acme/acme.json \
&& chmod 600 /etc/traefik/acme/acme.json