Update ghcr.io/traefik/traefik Docker tag to v3.6.0 (#2007)
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)) | minor | `v3.5.4` -> `v3.6.0` | --- ### Release Notes <details> <summary>traefik/traefik-library-image (ghcr.io/traefik/traefik)</summary> ### [`v3.6.0`](https://github.com/traefik/traefik-library-image/compare/v3.6.0...v3.6.0) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.0...v3.6.0) ### [`v3.6.0`](https://github.com/traefik/traefik-library-image/compare/v3.5.6...v3.6.0) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.5.6...v3.6.0) ### [`v3.5.6`](https://github.com/traefik/traefik-library-image/compare/v3.5.6...v3.5.6) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.5.6...v3.5.6) ### [`v3.5.6`](https://github.com/traefik/traefik-library-image/compare/v3.5.4...v3.5.6) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.5.4...v3.5.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2007 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #2007.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
traefik:
|
||||
image: ghcr.io/traefik/traefik:v3.5.4
|
||||
image: ghcr.io/traefik/traefik:v3.6.0
|
||||
container_name: traefik
|
||||
command:
|
||||
- "--global.checkNewVersion=false"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
traefik:
|
||||
image: ghcr.io/traefik/traefik:v3.5.4
|
||||
image: ghcr.io/traefik/traefik:v3.6.0
|
||||
container_name: traefik
|
||||
command:
|
||||
- "--global.checkNewVersion=false"
|
||||
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
traefik:
|
||||
image: ghcr.io/traefik/traefik:v3.5.4
|
||||
image: ghcr.io/traefik/traefik:v3.6.0
|
||||
container_name: traefik
|
||||
command:
|
||||
- "--global.checkNewVersion=false"
|
||||
|
||||
Reference in New Issue
Block a user