From e8ebaaa093c9b9218a6989bd7cae38ab33e658f5 Mon Sep 17 00:00:00 2001 From: Datenschmutz <63157166+Datenschmutz@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:59:57 +0200 Subject: [PATCH] chore(service): Update authentik.yaml versions (#5373) --- 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 7cf501803..4947140b9 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -6,7 +6,7 @@ services: authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.3} restart: unless-stopped command: server environment: @@ -35,7 +35,7 @@ services: redis: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.3} restart: unless-stopped command: worker environment: