From 908d960f94a4c2fc4f943afd3417b80cfab27602 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 20 Dec 2024 11:21:01 -0800 Subject: [PATCH] Bump authelia --- core/authelia.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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