diff --git a/terraform/locals.tf b/terraform/locals.tf index 62f7bf6..55b3ee1 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -5,12 +5,12 @@ locals { images = { api = { image = "code4romania/rezultate-vot-api" - tag = "1.1.7" + tag = "1.1.8" } hangfire = { image = "code4romania/rezultate-vot-hangfire" - tag = "1.1.7" + tag = "1.1.8" } importer = {