From 4c8761e7dbebf261398aa3035c1cb4d74325732f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:02:33 +0000 Subject: [PATCH] chore(deps): update traefik:latest docker digest to c549d48 --- production/traefik/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/traefik/docker-compose.yaml b/production/traefik/docker-compose.yaml index f007fdd0..26f31c5a 100644 --- a/production/traefik/docker-compose.yaml +++ b/production/traefik/docker-compose.yaml @@ -8,7 +8,7 @@ volumes: services: traefik: - image: "traefik:latest@sha256:82d2e26705a570b6d6778879d471cb3324687e77a6fd6883745a76c04563397a" + image: "traefik:latest@sha256:c549d482c55d7a797398562064f35428cc53e748d84d7190997930e7b31bcc32" container_name: "traefik" environment: - "CF_API_EMAIL=${CLOUDFLARE_EMAIL}"