Update traefik Docker tag to v3.7.7

This commit is contained in:
Renovate Bot 2026-07-08 19:50:33 +02:00
parent e7d2ace6ef
commit 75ff570e3c
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ in {
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = {
traefik = {
image = "traefik:v3.7.6@sha256:21a3d83696379bac6434bb32e1dde0aff0e84ef2abd053ed3db87d3f45e749b2";
image = "traefik:v3.7.7@sha256:397ef7fbae48bfef5cdc452041703c97846897c5d8206fa57c767b19212909d1";
cmd = [
"--providers.docker=true"
"--providers.docker.exposedByDefault=false"

View file

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