Merge pull request #4968 from DmitryBoiadji/next

fix: authentik initial wizard bug
This commit is contained in:
Andras Bacsai 2025-01-28 11:07:13 +01:00 committed by GitHub
commit bd324c3279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
services:
authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2}
restart: unless-stopped
command: server
environment:
@ -35,7 +35,7 @@ services:
redis:
condition: service_healthy
authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2}
restart: unless-stopped
command: worker
environment: