From c4c5103ef806a5ecbf9b2179d06a45c0f057f638 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Sep 2025 01:01:59 +0000 Subject: [PATCH] Update ghcr.io/traefik/traefik Docker tag to v3.5.2 (#1415) --- 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 fd36c0ac2..87081f6b8 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.5.1 + image: ghcr.io/traefik/traefik:v3.5.2 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index d4073c98d..474eb9e49 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.5.1 + image: ghcr.io/traefik/traefik:v3.5.2 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 49f565d77..21646d63f 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.5.1 + image: ghcr.io/traefik/traefik:v3.5.2 container_name: traefik command: - "--global.checkNewVersion=false"