From a19bcf68b66a83a7e9ce81391b03a736feb2d875 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Thu, 22 May 2025 01:58:44 +0800 Subject: [PATCH] update authentik version --- authentik/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/docker-compose.yaml b/authentik/docker-compose.yaml index ce449a9..7cfc503 100644 --- a/authentik/docker-compose.yaml +++ b/authentik/docker-compose.yaml @@ -27,7 +27,7 @@ services: volumes: - ${DATA_DIR:-./data}/redis:/data server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1} restart: always user: root command: server @@ -57,7 +57,7 @@ services: redis: condition: service_healthy worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4.1} restart: always user: root command: worker