From 86106b6b6fee8f9ec53ada0baa6baccd75cc3330 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 13 Apr 2024 11:05:40 -0300 Subject: [PATCH] chore: publish 6.0.1+v1.100.0 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7705129..27c8cfc 100644 --- a/compose.yml +++ b/compose.yml @@ -90,7 +90,7 @@ services: restart_policy: condition: on-failure labels: - - "coop-cloud.${STACK_NAME}.version=6.0.0+v1.100.0" + - "coop-cloud.${STACK_NAME}.version=6.0.1+v1.100.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]