From f9d424f0841278e1fa3531d1e5a389b81576f313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Fri, 12 Sep 2025 14:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/open/Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/open/Dockerfile.build b/deploy/open/Dockerfile.build index 4642751..5fbd3a7 100644 --- a/deploy/open/Dockerfile.build +++ b/deploy/open/Dockerfile.build @@ -1,5 +1,5 @@ # Stage 1: Build the Flutter web client -FROM ghcr.io/cirruslabs/flutter:3.22.2 as flutter_builder +FROM ghcr.io/cirruslabs/flutter:3.27.1 as flutter_builder # Copy Flutter project COPY AINoval/ /flutter_app/