From 23f120ded491d2e4074e3f2b754558f2a94adabd Mon Sep 17 00:00:00 2001 From: Datenschmutz <63157166+Datenschmutz@users.noreply.github.com> Date: Tue, 13 May 2025 11:32:43 +0200 Subject: [PATCH] Authentik update - 2025.2.4 (#5576) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * template(docker): Update authentik server and worker images to version 2025.2.1 * Update authentik.yaml Update authentik version to 2025.2.2 * update authentik server and worker images to version 2025.2.3 * Update update Authentik version to 2025.2.4 --------- Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com> --- 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 4947140b9..eacefa7f5 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.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.4} 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.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.4} restart: unless-stopped command: worker environment: