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

This commit was merged in pull request #2647.
This commit is contained in:
2025-12-17 16:03:55 +00:00
parent fb5458d836
commit 7112304d64
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,7 +1,7 @@
---
services:
traefik:
image: ghcr.io/traefik/traefik:v3.6.4
image: ghcr.io/traefik/traefik:v3.6.5
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.4
image: ghcr.io/traefik/traefik:v3.6.5
container_name: traefik
command:
- "--global.checkNewVersion=false"