chore(authentik): upgrade to 2025.12.5 (hop 1 of 2)

Intermediate step on the way to 2026.5.2 — Authentik requires passing
through the latest 2025 release before jumping to 2026.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ginnoir
2026-06-11 22:57:41 -05:00
co-authored by Claude Sonnet 4.6
parent eff906f298
commit 113af2d8e2
+2 -2
View File
@@ -8,7 +8,7 @@
services:
authentik-server:
container_name: authentik_server
image: ghcr.io/goauthentik/server:2024.12.3
image: ghcr.io/goauthentik/server:2025.12.5
restart: unless-stopped
command: server
networks: [authentik, edge]
@@ -31,7 +31,7 @@ services:
authentik-worker:
container_name: authentik_worker
image: ghcr.io/goauthentik/server:2024.12.3
image: ghcr.io/goauthentik/server:2025.12.5
restart: unless-stopped
command: worker
networks: [authentik]