From 3a42776e03f7e36045260a571e2fe07289f0aa5b Mon Sep 17 00:00:00 2001 From: Avinash Moondra Date: Mon, 27 Jan 2025 13:37:39 +0000 Subject: [PATCH] update temporal version --- modules/aws_ecs/temporal/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ecs/temporal/variables.tf b/modules/aws_ecs/temporal/variables.tf index 4f0390e..668c0ac 100644 --- a/modules/aws_ecs/temporal/variables.tf +++ b/modules/aws_ecs/temporal/variables.tf @@ -148,7 +148,7 @@ variable "private_dns_namespace_id" { variable "temporal_image" { type = string - default = "tryretool/one-offs:retool-temporal-1.1.2" + default = "tryretool/one-offs:retool-temporal-1.1.7" description = "Docker image to use for Temporal cluster." }