chore: publish 6.4.0+2024.6.3 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
knoflook 2024-08-06 16:23:31 +02:00
parent e6e13eb1c7
commit a3f114834f

View File

@ -33,7 +33,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2024.6.2
image: ghcr.io/goauthentik/server:2024.6.3
command: server
depends_on:
- db
@ -71,11 +71,11 @@ 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.3.1+2024.6.2"
- "coop-cloud.${STACK_NAME}.version=6.4.0+2024.6.3"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker:
image: ghcr.io/goauthentik/server:2024.6.2
image: ghcr.io/goauthentik/server:2024.6.3
command: worker
depends_on:
- db