From d07800b1834b5044f90e8fdcdeea0f3c29e757fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 19:08:48 +0200 Subject: [PATCH] Update traefik:v3.7.5 Docker digest to e4d9815 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://github.com/containous/traefik) | digest | `d685879` → `e4d9815` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/9 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/traefik-oidc.nix | 2 +- modules/traefik.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/traefik-oidc.nix b/modules/traefik-oidc.nix index aa3f80c..1114ecd 100644 --- a/modules/traefik-oidc.nix +++ b/modules/traefik-oidc.nix @@ -105,7 +105,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257"; + image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9"; cmd = [ "--providers.docker=true" "--providers.docker.exposedByDefault=false" diff --git a/modules/traefik.nix b/modules/traefik.nix index 1709d0b..16d6d19 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -29,7 +29,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257"; + image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9"; cmd = [ "--providers.docker=true" "--providers.docker.endpoint=http://docker-socket-proxy:2375"