chore: publish 1.1.0+2022.11.1 release

This commit is contained in:
Moritz 2022-11-23 15:20:30 +01:00
parent fcb54027d0
commit 25fe883df3

View File

@ -27,7 +27,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.10.1
image: ghcr.io/goauthentik/server:2022.11.1
command: server
secrets:
- db_password
@ -69,10 +69,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.0.0+2022.10.1"
- "coop-cloud.${STACK_NAME}.version=1.1.0+2022.11.1"
worker:
image: ghcr.io/goauthentik/server:2022.10.1
image: ghcr.io/goauthentik/server:2022.11.1
command: worker
secrets:
- db_password