From 4bbd3b85d7745f0645271cc396436c28d68069c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Jul 2025 01:43:40 +0000 Subject: [PATCH] Update ghcr.io/traefik/traefik Docker tag to v3.5.0 --- 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 97bd4a677..3aac3f6f0 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.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 36242d233..1fa8389c3 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.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 97744c62c..d17a88920 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.4.4 + image: ghcr.io/traefik/traefik:v3.5.0 container_name: traefik command: - "--global.checkNewVersion=false"