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

This commit was merged in pull request #2095.
This commit is contained in:
2025-11-24 05:21:27 +00:00
parent f5b03cb9ef
commit 7e2e0dd62e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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