Revert Authentik to stable build version 2024.12.3

This commit is contained in:
Chris King
2025-02-04 02:19:56 -08:00
parent 2d1ac160e7
commit d2942bf100

View File

@@ -30,7 +30,7 @@ services:
volumes: volumes:
- redis:/data - redis:/data
app: app:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@@ -61,7 +61,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: