From c42be2a67af6070ecf3a01cd9245a7ad028fc8a4 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 7 Aug 2026 15:28:41 -0700 Subject: [PATCH] updates: authentik 2026.5 --- roles/alpina/templates/services/authentik/compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/alpina/templates/services/authentik/compose.yml.j2 b/roles/alpina/templates/services/authentik/compose.yml.j2 index 21e2c4e..df1804a 100644 --- a/roles/alpina/templates/services/authentik/compose.yml.j2 +++ b/roles/alpina/templates/services/authentik/compose.yml.j2 @@ -5,7 +5,7 @@ networks: services: server: - image: ghcr.io/goauthentik/server:latest + image: &authentik_image ghcr.io/goauthentik/server:2026.5 container_name: authentik_server labels: - {{ helpers.traefik_labels('auth', port='9000') | indent(6) }} @@ -22,7 +22,7 @@ services: - .env.authentik worker: - image: ghcr.io/goauthentik/server:latest + image: *authentik_image container_name: authentik_worker restart: unless-stopped command: worker