From 5395897b13f9cac19d8265502ff6459c5dc81e89 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 2 May 2026 13:01:31 +0300 Subject: [PATCH] upd --- services/authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/authentik/docker-compose.yml b/services/authentik/docker-compose.yml index 3306a0f..8819aa1 100644 --- a/services/authentik/docker-compose.yml +++ b/services/authentik/docker-compose.yml @@ -18,7 +18,7 @@ services: - /srv/authentik/postgresql:/var/lib/postgresql/data server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2} restart: unless-stopped command: server depends_on: @@ -40,7 +40,7 @@ services: - /srv/authentik/custom-templates:/templates worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2} restart: unless-stopped command: worker user: root