From dd339de9b8d59ac8c6d681673137cd233687e9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 01:11:00 +0000 Subject: [PATCH] build(deps): bump traefik in /docker/infrastructure/network/traefik Bumps traefik from 3.4 to 3.5. --- updated-dependencies: - dependency-name: traefik dependency-version: '3.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/infrastructure/network/traefik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/infrastructure/network/traefik/docker-compose.yml b/docker/infrastructure/network/traefik/docker-compose.yml index 86eff6a..983ae15 100644 --- a/docker/infrastructure/network/traefik/docker-compose.yml +++ b/docker/infrastructure/network/traefik/docker-compose.yml @@ -1,6 +1,6 @@ services: traefik: - image: traefik:3.4 + image: traefik:3.5 command: - "--configFile=/etc/traefik/traefik.yml" ports: