From 1962ab7c8f38ccdf738c13eaed23cc16cfc42be9 Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 2 Dec 2025 21:13:46 -0500 Subject: [PATCH] update version number --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c1eca72..32595e2 100644 --- a/compose.yml +++ b/compose.yml @@ -90,7 +90,7 @@ services: labels: - "traefik.enable=false" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.4.2" + - "coop-cloud.${STACK_NAME}.version=0.2.2+v4.0.0" user: "${DOCKER_USER:-1000}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"]