From 41b7ac06ffb7b20e1e077fe255879a51e3d80702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:49:13 +0000 Subject: [PATCH] chore(deps): update docker.io/traefik docker tag to v3.7.11 --- proxy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Containerfile b/proxy/Containerfile index 7c84ae2a..c9fd3be7 100644 --- a/proxy/Containerfile +++ b/proxy/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:v3.7.10 AS dist +FROM docker.io/traefik:v3.7.11 AS dist COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["/usr/local/bin/traefik", "--configFile=/config.yaml"]