authentik: bump to version 2023.10.2

This commit is contained in:
Markus 2023-11-07 17:59:06 +01:00
parent 9c072a4678
commit 17b59ae656
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ services:
volumes: volumes:
- ./redis:/data - ./redis:/data
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.2}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -45,7 +45,7 @@ services:
ports: ports:
- "127.0.0.1:9000:9000" - "127.0.0.1:9000:9000"
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.2}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: