From 097e70cabf35a4304ee4cdbdf3c3513195eb907a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Jan 2026 20:39:41 +0000 Subject: [PATCH] Update ghcr.io/traefik/traefik Docker tag to v3.6.7 (#3264) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/traefik/traefik](https://hub.docker.com/_/traefik) ([source](https://github.com/traefik/traefik-library-image)) | patch | `v3.6.6` → `v3.6.7` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
traefik/traefik-library-image (ghcr.io/traefik/traefik) ### [`v3.6.7`](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.7) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.7) ### [`v3.6.7`](https://github.com/traefik/traefik-library-image/compare/v3.6.6...v3.6.7) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.6...v3.6.7)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3264 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- hosts/ps08rp/traefik/compose.yaml | 2 +- hosts/ps09rp/traefik/compose.yaml | 2 +- hosts/ps10rp/traefik/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index 12e825ccf..460f8aff6 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.6.6 + image: ghcr.io/traefik/traefik:v3.6.7 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 5c62dcf78..aef24d38e 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.6.6 + image: ghcr.io/traefik/traefik:v3.6.7 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 7d16e3b83..2c6787fd8 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun traefik: - image: ghcr.io/traefik/traefik:v3.6.6 + image: ghcr.io/traefik/traefik:v3.6.7 container_name: traefik command: - "--global.checkNewVersion=false"