Bump traefik from v2.2.11 to 2.10.4 in /compose/production/traefik

Bumps traefik from v2.2.11 to 2.10.4.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-09 17:33:20 +00:00 committed by GitHub
parent f1b5fff3b3
commit 75e615b6ac
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.10.4
RUN mkdir -p /etc/traefik/acme \
&& touch /etc/traefik/acme/acme.json \
&& chmod 600 /etc/traefik/acme/acme.json