From cc375c5e83ea3dc2619ea30788072adfde84007c Mon Sep 17 00:00:00 2001 From: Romain Foray Date: Sat, 20 Sep 2025 18:51:49 +0200 Subject: [PATCH] update image version to latest --- my-compose/authentik/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-compose/authentik/compose.yaml b/my-compose/authentik/compose.yaml index 805d56a..70ebf34 100644 --- a/my-compose/authentik/compose.yaml +++ b/my-compose/authentik/compose.yaml @@ -58,7 +58,7 @@ services: # Use the embedded outpost (2021.8.1+) instead of the seperate Forward Auth / Proxy Provider container authentik_server: - image: ghcr.io/goauthentik/server:latest + image: ghcr.io/goauthentik/server:2025.8.3 container_name: authentik_server restart: unless-stopped command: server @@ -104,7 +104,7 @@ services: authentik_worker: - image: ghcr.io/goauthentik/server:latest + image: ghcr.io/goauthentik/server:2025.8.3 container_name: authentik_worker restart: unless-stopped # Removing `user: root` also prevents the worker from fixing the permissions