From 8954a23eaebbb298013db94b11e04c5f066cf23f Mon Sep 17 00:00:00 2001 From: loitragg Date: Mon, 17 Nov 2025 19:17:55 +0700 Subject: [PATCH] chore: update container image URI to use new repository format and version v0.6.36 --- iac/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/variables.tf b/iac/variables.tf index a1f5a6fe39..2494c2b77d 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.36-custom" + default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/open-webui/custom:v0.6.36" } variable "desired_count" {