From 32246e5d05a3c27bc46563a767347e3437328e93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Dec 2025 12:30:24 +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"