From d1f9b66a2e792ee7a0b8f1eab99a851aad15ac6a Mon Sep 17 00:00:00 2001 From: trav Date: Mon, 21 Sep 2026 09:37:58 -0700 Subject: [PATCH] chore: publish 1.1.1+2026.7.2 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index fcce97b..289d3d1 100644 --- a/compose.yml +++ b/compose.yml @@ -54,7 +54,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=1.1.0+2026.7.1" + - "coop-cloud.${STACK_NAME}.version=1.1.1+2026.7.2" healthcheck: test: "curl -fsS http://localhost/srv/status || exit 1" interval: 30s