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