diff --git a/iac/variables.tf b/iac/variables.tf index be6b6e3c7b..6093a1b383 100644 --- a/iac/variables.tf +++ b/iac/variables.tf @@ -55,7 +55,7 @@ variable "task_family_name" { variable "container_image" { description = "Container image URI" type = string - default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.26-debug" + default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.27" } variable "desired_count" {