From 9e5a65be195369257bd3945bebbfbb994464b21f Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 17 Nov 2024 15:01:24 -0700 Subject: [PATCH] bump authentik to 2024.10.2 --- 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 def2e84..6049143 100644 --- a/roles/docker/templates/authentik-compose.yml.j2 +++ b/roles/docker/templates/authentik-compose.yml.j2 @@ -31,7 +31,7 @@ services: volumes: - trout:/data server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2} restart: unless-stopped command: server environment: @@ -52,7 +52,7 @@ services: - postgresql - trout worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2} restart: unless-stopped command: worker environment: