From bdf8e11dc58e931585693247d92aeb9243ae7b63 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Mar 2024 00:45:39 -0300 Subject: [PATCH] chore: publish 5.0.5+1.25.3 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index f3cf793..6ee78f1 100644 --- a/compose.yml +++ b/compose.yml @@ -27,7 +27,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=5.0.4+v1.100.0" + - "coop-cloud.${STACK_NAME}.version=5.0.5+1.25.3" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: curl -f http://synapse:8008/health || exit 1