From 113af2d8e2a2afceab0957d8e65c9a28494301bb Mon Sep 17 00:00:00 2001 From: ginnoir Date: Thu, 11 Jun 2026 22:57:41 -0500 Subject: [PATCH] chore(authentik): upgrade to 2025.12.5 (hop 1 of 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Intermediate step on the way to 2026.5.2 — Authentik requires passing through the latest 2025 release before jumping to 2026. Co-Authored-By: Claude Sonnet 4.6 --- stacks/authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/authentik/docker-compose.yml b/stacks/authentik/docker-compose.yml index 2ef3d60..2ea3806 100644 --- a/stacks/authentik/docker-compose.yml +++ b/stacks/authentik/docker-compose.yml @@ -8,7 +8,7 @@ services: authentik-server: container_name: authentik_server - image: ghcr.io/goauthentik/server:2024.12.3 + image: ghcr.io/goauthentik/server:2025.12.5 restart: unless-stopped command: server networks: [authentik, edge] @@ -31,7 +31,7 @@ services: authentik-worker: container_name: authentik_worker - image: ghcr.io/goauthentik/server:2024.12.3 + image: ghcr.io/goauthentik/server:2025.12.5 restart: unless-stopped command: worker networks: [authentik]