diff --git a/terraform/locals.tf b/terraform/locals.tf index 156df17..24cdf4d 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "code4romania/rezultate-vot-api" - tag = "1.1.17" + tag = "1.1.18" } hangfire = { image = "code4romania/rezultate-vot-hangfire" - tag = "1.1.17" + tag = "1.1.18" } importer = {