From fe596a2387aa685a4210e97b07ef88559dc929b9 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 28 Feb 2025 12:28:58 -0700 Subject: [PATCH] update authentik version --- roles/docker/templates/authentik-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/docker/templates/authentik-compose.yml.j2 b/roles/docker/templates/authentik-compose.yml.j2 index 224030b..8dd3c56 100644 --- a/roles/docker/templates/authentik-compose.yml.j2 +++ b/roles/docker/templates/authentik-compose.yml.j2 @@ -37,7 +37,7 @@ services: glance.parent: authentik glance.name: Redis server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1} restart: unless-stopped command: server environment: @@ -64,7 +64,7 @@ services: glance.description: Authentication server glance.id: authentik worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1} restart: unless-stopped command: worker environment: