From 0eac7720be4706e329f623a5ddd3f10925998ec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:12:22 +0000 Subject: [PATCH] chore(deps): update docker.io/traefik docker tag to v3.6.16 --- proxy/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Containerfile b/proxy/Containerfile index af98947..9b0fcc6 100644 --- a/proxy/Containerfile +++ b/proxy/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:v3.6.15 AS dist +FROM docker.io/traefik:v3.6.16 AS dist COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["/usr/local/bin/traefik", "--configFile=/config.yaml"]