From 61e0bf8294c622fca7cbbed83a531025365f5650 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Feb 2026 00:02:44 +0000 Subject: [PATCH] Update traefik Docker tag to v3.6.8 --- 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 6eeb6dd..5f6d23c 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:v3.6.7 + image: traefik:v3.6.8 container_name: traefik ports: - "80:80" -- 2.49.1