From a904e0406aa08e3aeb84791f738d53191dea85c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:34:53 +0000 Subject: [PATCH] build(deps): bump traefik in /docker/infrastructure/network/traefik Bumps traefik from 3.5 to 3.6. --- updated-dependencies: - dependency-name: traefik dependency-version: '3.6' 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 4efa242..c136457 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.5 + image: traefik:3.6 command: - "--configFile=/etc/traefik/traefik.yml" ports: