From e2cbecdc891890c5d873ba0d4a56f56ba2aa2e83 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 03:52:26 +0000 Subject: [PATCH] chore: upgrade to 0.5.5+v2026.2.0 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b4c97ef..4d5a3be 100644 --- a/compose.yml +++ b/compose.yml @@ -36,7 +36,7 @@ services: labels: - "traefik.enable=false" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=0.5.4+v2026.2.0" + - "coop-cloud.${STACK_NAME}.version=0.5.5+v2026.2.0" - "backupbot.backup=true" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000"] @@ -46,7 +46,7 @@ services: start_period: 1m web: - image: nginx:1.29 + image: nginx:1.31 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf