From 860cfd04504a766d5bb5c78d6ceffc582959056d Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Tue, 21 Oct 2025 12:01:50 +0300 Subject: [PATCH] Authelia: upgrade to 4.39.13 --- 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 902fa5e..6cdfc37 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.11' + image: 'docker.io/authelia/authelia:4.39.13' user: '{{ user_create_result.uid }}:{{ user_create_result.group }}' restart: 'unless-stopped' networks: