diff --git a/files/authelia/docker-compose.template.yml b/files/authelia/docker-compose.template.yml index 347d295..b645c71 100644 --- a/files/authelia/docker-compose.template.yml +++ b/files/authelia/docker-compose.template.yml @@ -1,7 +1,7 @@ services: authelia_app: container_name: "authelia_app" - image: "docker.io/authelia/authelia:4.39.26" + image: "docker.io/authelia/authelia:4.39.27" user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}" restart: "unless-stopped" networks: