From a43761c75a653074741d5528c03ae8f27866217c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Apr 2026 00:03:15 +0000 Subject: [PATCH] Update traefik Docker tag to v3.6.14 --- 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 d1593f7..a9c930f 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.13 + image: traefik:v3.6.14 container_name: traefik ports: - "80:80"