diff --git a/files/authelia/docker-compose.yml.j2 b/files/authelia/docker-compose.yml.j2 index 1a42792..3b5a9be 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.6' + image: 'docker.io/authelia/authelia:4.39.7' user: '{{ user_create_result.uid }}:{{ user_create_result.group }}' restart: 'unless-stopped' networks: