Merge pull request #680 from igor-alexandrov/traefik-2.10

Bump default Traefik image to 2.10
This commit is contained in:
Donal McBreen
2024-03-04 11:58:37 +00:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ traefik:
args:
accesslog: true
accesslog.format: json
image: registry:4443/traefik:v2.9
image: registry:4443/traefik:v2.10
accessories:
busybox:
service: custom-busybox

View File

@@ -19,7 +19,7 @@ push_image_to_registry_4443() {
install_kamal
push_image_to_registry_4443 nginx 1-alpine-slim
push_image_to_registry_4443 traefik v2.9
push_image_to_registry_4443 traefik v2.10
push_image_to_registry_4443 busybox 1.36.0
# .ssh is on a shared volume that persists between runs. Clean it up as the