From ce753e991cec4b9bb420b518efeeaf11884a3af6 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Sun, 31 Mar 2024 18:47:09 +0200 Subject: [PATCH] Lock Authelia to version 4 instead of 4.38. --- roles/authelia/templates/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia/templates/docker-compose.yaml b/roles/authelia/templates/docker-compose.yaml index 7c969d3..47ab3df 100644 --- a/roles/authelia/templates/docker-compose.yaml +++ b/roles/authelia/templates/docker-compose.yaml @@ -1,7 +1,7 @@ services: authelia: container_name: authelia - image: docker.io/authelia/authelia:4.38 + image: docker.io/authelia/authelia:4 restart: always user: {{ users['authelia'] }}:{{ users['authelia'] }} networks: