update authentik server image tag to 2025.12.3

This commit is contained in:
Datenschmutz 2026-02-06 10:49:46 +01:00
parent a2fa98deb7
commit 22f29009a2
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
services:
authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3}
restart: unless-stopped
command: server
environment:
@ -33,7 +33,7 @@ services:
postgresql:
condition: service_healthy
authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3}
restart: unless-stopped
command: worker
environment: