From 22f29009a297449f47f0677df6e43700af94439c Mon Sep 17 00:00:00 2001 From: Datenschmutz <63157166+Datenschmutz@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:49:46 +0100 Subject: [PATCH] update authentik server image tag to 2025.12.3 --- templates/compose/authentik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/authentik.yaml b/templates/compose/authentik.yaml index 830ed8e8a..a186880b9 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -7,7 +7,7 @@ services: authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3} restart: unless-stopped command: server environment: @@ -33,7 +33,7 @@ services: postgresql: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.10.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.12.3} restart: unless-stopped command: worker environment: