diff --git a/core/authelia.tf b/core/authelia.tf index bbe7c0e..c675297 100644 --- a/core/authelia.tf +++ b/core/authelia.tf @@ -4,7 +4,7 @@ module "authelia" { name = "authelia" instance_count = 2 priority = 70 - image = "authelia/authelia:4.37" + image = "authelia/authelia:4.38" args = ["--config", "$${NOMAD_TASK_DIR}/authelia.yml"] ingress = true service_port = 9999