From 44f82434e7bfefc16148f98ee7ca197a9271d2b8 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 11 Aug 2025 08:14:37 +0300 Subject: [PATCH] Authelia: upgrade to 4.39.6 --- files/authelia/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/authelia/docker-compose.yml.j2 b/files/authelia/docker-compose.yml.j2 index 757426d..1a42792 100644 --- a/files/authelia/docker-compose.yml.j2 +++ b/files/authelia/docker-compose.yml.j2 @@ -2,7 +2,7 @@ services: authelia_app: container_name: 'authelia_app' - image: 'docker.io/authelia/authelia:4.39.5' + image: 'docker.io/authelia/authelia:4.39.6' user: '{{ user_create_result.uid }}:{{ user_create_result.group }}' restart: 'unless-stopped' networks: