chore: publish 1.4.2+2023.2.3 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Rothmann 2023-03-06 17:05:12 +01:00
parent 2f231fb22e
commit 2d732e243b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export CUSTOM_CSS_VERSION=v2
export CUSTOM_FLOWS_VERSION=v3
export CUSTOM_FLOWS_VERSION=v4
customize() {
if [ -z "$1" ]

View File

@ -71,7 +71,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=1.4.1+2023.2.3"
- "coop-cloud.${STACK_NAME}.version=1.4.2+2023.2.3"
worker:
image: ghcr.io/goauthentik/server:2023.2.3