chore: publish 5.2.0+2024.4.0 release
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2024-04-25 14:27:52 -03:00
parent e07d57718a
commit 5086df24fb
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2024.2.3
image: ghcr.io/goauthentik/server:2024.4.0
command: server
depends_on:
- db
@ -74,11 +74,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=5.1.1+2024.2.3"
- "coop-cloud.${STACK_NAME}.version=5.2.0+2024.4.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
worker:
image: ghcr.io/goauthentik/server:2024.2.3
image: ghcr.io/goauthentik/server:2024.4.0
command: worker
depends_on:
- db