From 2b8c50ff06ee8f9ba1402af148ad6b0da5e849c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Mar 2026 05:47:11 +0000 Subject: [PATCH] chore(package): update docker.io/traefik docker tag to v3.6.10 --- tasks/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index 50926bf..1a4d046 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -63,7 +63,7 @@ # traefik name: "traefik" - image: "docker.io/traefik:v3.6.9" + image: "docker.io/traefik:v3.6.10" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"