From 248a09c59468c75a13efb5e1848fc4a8da433e0f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 16 May 2024 15:09:40 -0300 Subject: [PATCH] chore: publish 6.1.1+2024.4.2 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 5d58b6e..2314e3b 100644 --- a/compose.yml +++ b/compose.yml @@ -73,7 +73,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN" - "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}" - - "coop-cloud.${STACK_NAME}.version=6.1.0+2024.4.2" + - "coop-cloud.${STACK_NAME}.version=6.1.1+2024.4.2" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" worker: @@ -112,7 +112,7 @@ services: environment: *env db: - image: postgres:15.5 + image: postgres:15.7 secrets: - db_password configs: