From 5285cf87294ece869c64c750d1c6657a69a53095 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Dec 2025 13:33:04 +0000 Subject: [PATCH] chore(package): update docker.io/traefik docker tag to v3.6.4 --- tasks/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index 8ec33e4..ba07077 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -63,7 +63,7 @@ # traefik name: "traefik" - image: "docker.io/traefik:v3.6.2" + image: "docker.io/traefik:v3.6.4" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"