From 6fd2ceda2af1eab5bd36e685f537b4010e8e16dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Dec 2025 00:02:50 +0000 Subject: [PATCH] Update traefik Docker tag to v3.6.6 --- project/infrastructure/traefik/traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/infrastructure/traefik/traefik.yml b/project/infrastructure/traefik/traefik.yml index 7c55eb3..9dcc951 100644 --- a/project/infrastructure/traefik/traefik.yml +++ b/project/infrastructure/traefik/traefik.yml @@ -3,7 +3,7 @@ services: extends: file: ${TEMPLATES_PATH} service: default - image: traefik:3.6.5 + image: traefik:v3.6.6 container_name: traefik ports: - "80:80" -- 2.49.1