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