From ff49f3e886b0234d6780d08e52fa6ff411036e17 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 14 Sep 2026 19:59:17 +0300 Subject: [PATCH] Authelia: update to 4.39.26 --- files/authelia/docker-compose.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/authelia/docker-compose.template.yml b/files/authelia/docker-compose.template.yml index f90aa80..347d295 100644 --- a/files/authelia/docker-compose.template.yml +++ b/files/authelia/docker-compose.template.yml @@ -1,7 +1,7 @@ services: authelia_app: container_name: "authelia_app" - image: "docker.io/authelia/authelia:4.39.20" + image: "docker.io/authelia/authelia:4.39.26" user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}" restart: "unless-stopped" networks: