diff --git a/terraform/locals.tf b/terraform/locals.tf index 2200d2da8..992f6891b 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "commitglobal/votemonitor" - tag = "0.2.67" + tag = "0.2.68" } hangfire = { image = "commitglobal/votemonitor-hangfire" - tag = "0.2.67" + tag = "0.2.68" } }