chore: publish 1.1.1+2022.11.1 release

This commit is contained in:
Philipp Rothmann 2022-12-02 12:14:33 +01:00
parent 45f649e499
commit dd47cb56f6

View File

@ -67,7 +67,7 @@ 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.1.0+2022.11.1"
- "coop-cloud.${STACK_NAME}.version=1.1.1+2022.11.1"
worker:
image: ghcr.io/goauthentik/server:2022.11.1
@ -94,7 +94,7 @@ services:
environment: *env
db:
image: postgres:12.12-alpine
image: postgres:12.13-alpine
secrets:
- db_password
volumes: