From e449e4b75040063ac78523a7ac2d41fab9889a13 Mon Sep 17 00:00:00 2001 From: Lupu Gheorghe Date: Mon, 10 Jun 2024 06:45:59 +0300 Subject: [PATCH] bump version with cache --- terraform/locals.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {