From 380a54cb253cec6d43e060e75d8a5c2014ff059a Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Tue, 18 Nov 2025 11:36:02 +0300 Subject: [PATCH] Authelia: upgrade to 4.39.14 --- 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 04ad110..4a44aa4 100644 --- a/files/authelia/docker-compose.template.yml +++ b/files/authelia/docker-compose.template.yml @@ -2,7 +2,7 @@ services: authelia_app: container_name: 'authelia_app' - image: 'docker.io/authelia/authelia:4.39.13' + image: 'docker.io/authelia/authelia:4.39.14' user: '{{ user_create_result.uid }}:{{ user_create_result.group }}' restart: 'unless-stopped' networks: