chore: publish 0.6.0+2022.10.1 release

This commit is contained in:
Philipp Rothmann 2022-11-12 10:26:54 +01:00
parent b0f6e6c857
commit 6476fcebfb
1 changed files with 3 additions and 3 deletions

View File

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