diff --git a/terraform/locals.tf b/terraform/locals.tf index 215ad4c02..592fca511 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "commitglobal/votemonitor" - tag = "0.2.65" + tag = "0.2.66" } hangfire = { image = "commitglobal/votemonitor-hangfire" - tag = "0.2.65" + tag = "0.2.66" } }