Bump traefik from 3.4.3 to 3.4.4 (#5930)

This commit is contained in:
dependabot[bot] 2025-07-15 06:55:25 +01:00 committed by GitHub
parent 8e46a8f390
commit 821224226f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ labels: bug
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
- Host system configuration:
- Version of cookiecutter CLI (get it with `cookiecutter --version`):
- OS name and version:

View File

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