From 07a399bbd82f5903e1f6735adb93c6abcc005fd8 Mon Sep 17 00:00:00 2001 From: loitragg Date: Wed, 10 Sep 2025 17:04:46 +0700 Subject: [PATCH] chore: update container image version to v0.6.27 --- iac/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {