chore: Authentik auf 2026.5.3 (latest) angehoben
Default-Tag-Fallback von 2024.12.3 auf 2026.5.3. Upgrade live durchgefuehrt via Major-Leiter (kein Skip): 2024.12.3 -> .5 -> 2025.2.4 -> 4.4 -> 6.4 -> 8.6 -> 10.4 -> 12.6 -> 2026.2.4 -> 2026.5.3 Pro Schritt DB-Backup + Migration/Health verifiziert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
8bb7b89669
commit
ee78796e59
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ services:
|
|||
- /app-config/authentik/redis:/data
|
||||
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.3}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.5.3}
|
||||
restart: always
|
||||
command: server
|
||||
environment:
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.3}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.5.3}
|
||||
restart: always
|
||||
command: worker
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue