From df2e27339f983a25da548fc8b8d56e9af8645f83 Mon Sep 17 00:00:00 2001 From: trav Date: Mon, 25 May 2026 19:10:35 +0100 Subject: [PATCH] chore: upgrade to 1.13.0+1.31.1 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 30b0ce1..5e6ca99 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.30.1 + image: nginx:1.31.1 networks: - proxy deploy: @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.12.0+1.30.1" + - "coop-cloud.${STACK_NAME}.version=1.13.0+1.31.1" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: