From 84e3c0ceff446a4c2d8a1c3146bb00700b804437 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 15 Sep 2023 14:16:54 +0100 Subject: [PATCH] chore: publish 0.2.3+v3.5.10-hometown-1.0.8 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 14884a5..7fcaf91 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.5.10-hometown-1.0.8" + - "coop-cloud.${STACK_NAME}.version=0.2.3+v3.5.10-hometown-1.0.8" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh