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." }