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: