From 3072d4c33cfd3c61d0b81376051e9ebfe3f7a6ac Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 25 Jul 2023 12:11:40 +0200 Subject: [PATCH] chore: publish 2.6.1+7.4.0 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 92ca4e1..3c00bde 100644 --- a/compose.yml +++ b/compose.yml @@ -47,7 +47,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-fwdproto" - "traefik.http.middlewares.${STACK_NAME}-fwdproto.headers.customRequestHeaders.X-Forwarded-Proto=https" - - "coop-cloud.${STACK_NAME}.version=2.6.0+7.4.0" + - "coop-cloud.${STACK_NAME}.version=2.6.1+7.4.0" rabbitmq: image: rabbitmq:3.12.2