diff --git a/terraform/locals.tf b/terraform/locals.tf index 33479f21f..7ab619a88 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "commitglobal/votemonitor" - tag = "0.2.62" + tag = "0.2.64" } hangfire = { image = "commitglobal/votemonitor-hangfire" - tag = "0.2.62" + tag = "0.2.64" } }