Update ghcr.io/traefik/traefik Docker tag to v3.6.6 (#2993)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-docker / lint-docker-compose (push) Successful in 21s

This commit was merged in pull request #2993.
This commit is contained in:
2025-12-30 22:23:17 +00:00
parent 11aea647c0
commit 8b6d783903
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
services:
traefik:
image: ghcr.io/traefik/traefik:v3.6.5
image: ghcr.io/traefik/traefik:v3.6.6
container_name: traefik
command:
- "--global.checkNewVersion=false"

View File

@@ -1,7 +1,7 @@
---
services:
traefik:
image: ghcr.io/traefik/traefik:v3.6.5
image: ghcr.io/traefik/traefik:v3.6.6
container_name: traefik
command:
- "--global.checkNewVersion=false"

View File

@@ -20,7 +20,7 @@ services:
- /dev/net/tun:/dev/net/tun
traefik:
image: ghcr.io/traefik/traefik:v3.6.5
image: ghcr.io/traefik/traefik:v3.6.6
container_name: traefik
command:
- "--global.checkNewVersion=false"