Update traefik Docker tag to v3.7.6

This commit is contained in:
Renovate Bot 2026-07-01 01:30:37 +02:00
parent 1c73483c13
commit 5a5e203255
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ in {
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = {
traefik = {
image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9";
image = "traefik:v3.7.6@sha256:21a3d83696379bac6434bb32e1dde0aff0e84ef2abd053ed3db87d3f45e749b2";
cmd = [
"--providers.docker=true"
"--providers.docker.endpoint=http://docker-socket-proxy:2375"