update authentik version

This commit is contained in:
reonokiy 2025-05-22 01:58:44 +08:00
parent 265848898e
commit a19bcf68b6
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -27,7 +27,7 @@ services:
volumes: volumes:
- ${DATA_DIR:-./data}/redis:/data - ${DATA_DIR:-./data}/redis:/data
server: server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
restart: always restart: always
user: root user: root
command: server command: server
@ -57,7 +57,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
worker: worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1}
restart: always restart: always
user: root user: root
command: worker command: worker