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:
co-authored by
Claude Sonnet 4.6
parent
eff906f298
commit
113af2d8e2
@@ -8,7 +8,7 @@
|
|||||||
services:
|
services:
|
||||||
authentik-server:
|
authentik-server:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
networks: [authentik, edge]
|
networks: [authentik, edge]
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
networks: [authentik]
|
networks: [authentik]
|
||||||
|
|||||||
Reference in New Issue
Block a user