⬆️ renovate: Update all

This commit is contained in:
Renovate Bot
2026-07-20 06:52:17 +00:00
parent 1c98c70f14
commit 07b7a1c6c3
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Renovate
uses: renovatebot/github-action@v46.1.17
uses: renovatebot/github-action@v46.1.20
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+2 -2
View File
@@ -1,6 +1,6 @@
services:
cloudflare:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "cloudflare"
restart: unless-stopped
command:
@@ -19,7 +19,7 @@ services:
- 8080:8080
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,5 +1,5 @@
image:
tag: v3.7.6
tag: v3.7.8
logs:
general:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.6"
image: "traefik:v3.7.8"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -14,7 +14,7 @@
set -euo pipefail
# Pinned to match the Docker suite (tests/e2e/scenarios/*/docker-compose.yml).
TRAEFIK_VERSION="${TRAEFIK_VERSION:-v3.7.6}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-v3.7.8}"
WEB_PORT="${WEB_PORT:-8000}"
LAPI_PORT="${LAPI_PORT:-8090}"