diff --git a/terraform/locals.tf b/terraform/locals.tf index 3018b5c11..e75482ffd 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "commitglobal/votemonitor" - tag = "0.2.31" + tag = "0.2.33" } hangfire = { image = "commitglobal/votemonitor-hangfire" - tag = "0.2.31" + tag = "0.2.33" } }