From 9c7969466bf09d5dabc83fb2b348d070213b33fe Mon Sep 17 00:00:00 2001 From: loitragg Date: Fri, 26 Sep 2025 13:16:32 +0700 Subject: [PATCH] chore: bump version --- iac/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/variables.tf b/iac/variables.tf index 6093a1b383..7f40da6ec0 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.27" + default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.30-custom" } variable "desired_count" {