From 9cb48270430915f03e2cb47023c1cfdd0d42fc8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:41:53 +0000 Subject: [PATCH] chore(deps): update docker.io/traefik docker tag to v3.7.7 --- proxy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Containerfile b/proxy/Containerfile index 68237b1c..92a212c7 100644 --- a/proxy/Containerfile +++ b/proxy/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:v3.7.6 AS dist +FROM docker.io/traefik:v3.7.7 AS dist COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["/usr/local/bin/traefik", "--configFile=/config.yaml"]