From bbb9f50eff020bd62ffd88134b12a2bd532af2a1 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Wed, 22 Oct 2025 18:03:49 -0600 Subject: [PATCH] bumped authentik version to 2025.8.4 --- roles/docker/templates/authentik-compose.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/docker/templates/authentik-compose.yml.j2 b/roles/docker/templates/authentik-compose.yml.j2 index 9dfe316..873aaa6 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:-2025.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.4} 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:-2025.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.4} restart: unless-stopped command: worker environment: @@ -103,4 +103,4 @@ volumes: networks: default: external: true - name: lava \ No newline at end of file + name: lava