From ade43ae04f1015526961df642f3466d659626463 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jan 2024 22:21:41 +0000 Subject: [PATCH] chore(deps): update traefik docker tag to v2.10.7 --- infrastructure/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/compose.yaml b/infrastructure/compose.yaml index 57a9b29..d1aee22 100644 --- a/infrastructure/compose.yaml +++ b/infrastructure/compose.yaml @@ -27,7 +27,7 @@ volumes: services: traefik: - image: traefik:v2.10.5 + image: traefik:v2.10.7 container_name: traefik restart: always # using network mode host allows traefik access to all "docker networks"