From 970124dfdc555e82ea342ec7ab03cf6a4b38cd6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:26:25 +0000 Subject: [PATCH] chore(deps): update docker.io/traefik docker tag to v3.7.4 --- proxy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Containerfile b/proxy/Containerfile index 947dced4..64a9814b 100644 --- a/proxy/Containerfile +++ b/proxy/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:v3.6.17 AS dist +FROM docker.io/traefik:v3.7.4 AS dist COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["/usr/local/bin/traefik", "--configFile=/config.yaml"]