diff --git a/terraform/locals.tf b/terraform/locals.tf index 115e6406e..24ebd9f86 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "commitglobal/votemonitor" - tag = "0.2.38" + tag = "0.2.39" } hangfire = { image = "commitglobal/votemonitor-hangfire" - tag = "0.2.38" + tag = "0.2.39" } }