From 8714f1bd95af16938633ae0ed0b6357e8a30f895 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Thu, 18 Sep 2025 12:02:01 +0300 Subject: [PATCH] Authelia: upgrade to 4.39.10 --- 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 44ea6e0..5c3a182 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.8' + image: 'docker.io/authelia/authelia:4.39.10' user: '{{ user_create_result.uid }}:{{ user_create_result.group }}' restart: 'unless-stopped' networks: