Compare commits

..
Author SHA1 Message Date
maxlerebourg 9ea2ea2419 🍱 renovate every day 2026-07-26 14:23:05 +02:00
maxlerebourg 1dedaa0571 Renovate update version.go 2026-07-26 14:13:21 +02:00
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.20
uses: renovatebot/github-action@v46.1.17
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+2 -2
View File
@@ -1,6 +1,6 @@
services:
cloudflare:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "cloudflare"
restart: unless-stopped
command:
@@ -19,7 +19,7 @@ services:
- 8080:8080
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,5 +1,5 @@
image:
tag: v3.7.8
tag: v3.7.6
logs:
general:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
container_name: "traefik"
restart: unless-stopped
command:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7.8"
image: "traefik:v3.7.6"
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.8}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-v3.7.6}"
WEB_PORT="${WEB_PORT:-8000}"
LAPI_PORT="${LAPI_PORT:-8090}"