From 6ad3237f980d038af79eb9cef0f32a9e176dfb55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Dec 2025 05:47:17 +0000 Subject: [PATCH] chore(package): update docker.io/traefik docker tag to v3.6.6 --- tasks/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index 1915b41..8b91173 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -63,7 +63,7 @@ # traefik name: "traefik" - image: "docker.io/traefik:v3.6.5" + image: "docker.io/traefik:v3.6.6" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"