Compare commits

..
Author SHA1 Message Date
maxlerebourgandRenovate Bot 9daba9739c ⬆️ renovate: Update all (#350)
Co-authored-by: Renovate Bot <22881669+maxlerebourg@users.noreply.github.com>
2026-07-26 17:06:02 +02:00
maxlerebourg e98b8ed5ba Renovate update version.go (#360)
*  Renovate update version.go

* 🍱 renovate every day
2026-07-26 17:05:43 +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.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}"