chore: publish 1.3.0+2022.12.2 release

This commit is contained in:
Moritz 2023-01-05 18:23:46 +01:00
parent 4bab09a1cf
commit 26d02d51dd

View File

@ -30,7 +30,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.11.3
image: ghcr.io/goauthentik/server:2022.12.2
command: server
secrets:
- db_password
@ -70,10 +70,10 @@ 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.2.0+2022.11.3"
- "coop-cloud.${STACK_NAME}.version=1.3.0+2022.12.2"
worker:
image: ghcr.io/goauthentik/server:2022.11.3
image: ghcr.io/goauthentik/server:2022.12.2
command: worker
secrets:
- db_password