From 4742d5b961cb895aac6086c47ed282bd42166051 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Jul 2026 00:03:19 +0000 Subject: [PATCH] Update traefik Docker tag to v3.7.9 --- 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 206f5ff..3b38e88 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.7.8 + image: traefik:v3.7.9 container_name: traefik ports: - "80:80"