authentik: bump version to 2023.10.4

This commit is contained in:
Markus 2023-11-24 14:50:28 +01:00
parent b7142615fb
commit ce477eceb2
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.10.2} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.4}
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.10.2} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.10.4}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: