From ffa7d585afa2f4395c4c7a6c2d1d1ce4104c5103 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 5 Jun 2026 02:50:51 +0000 Subject: [PATCH] chore: upgrade to 0.9.0+v0.18.0 --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 8fad591..06491ed 100644 --- a/compose.yml +++ b/compose.yml @@ -102,7 +102,7 @@ services: labels: - "traefik.enable=false" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=0.8.0+v0.18.0" + - "coop-cloud.${STACK_NAME}.version=0.9.0+v0.18.0" environment: <<: [ *common-env ] healthcheck: @@ -209,7 +209,7 @@ services: - postgres_p redis: - image: redis:8.6.3 + image: redis:8.6.4 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s @@ -363,7 +363,7 @@ services: web: - image: nginx:1.30.0 + image: nginx:1.31.1 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf -- 2.49.0