From 03b08349010ec324167221ff4376bab06bf2817a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Mar 2026 00:03:11 +0000 Subject: [PATCH] Update traefik Docker tag to v3.6.12 --- 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 1f311b8..552bfbc 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.11 + image: traefik:v3.6.12 container_name: traefik ports: - "80:80"