From 5539db0bdb658c8aa14794d73e65f525c2f751dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:32:22 +0000 Subject: [PATCH] chore(deps): update docker.io/traefik docker tag to v3 --- proxy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Containerfile b/proxy/Containerfile index 89751e6..540e70d 100644 --- a/proxy/Containerfile +++ b/proxy/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:v2.11.27 AS dist +FROM docker.io/traefik:v3.4.4 AS dist COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["/usr/local/bin/traefik", "--configFile=/config.yaml"]