From 4edafe40c95bcdfdd04f9195941b996145e89fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Fri, 12 Sep 2025 13:54:19 +0800 Subject: [PATCH] =?UTF-8?q?build(deploy):=20=E6=9B=B4=E6=96=B0=20ainoval-s?= =?UTF-8?q?erver=20=E6=9C=8D=E5=8A=A1=E7=9A=84=E6=9E=84=E5=BB=BA=20Dockerf?= =?UTF-8?q?ile?= 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 16b7717..3981430 100644 --- a/deploy/open/Dockerfile.build +++ b/deploy/open/Dockerfile.build @@ -1,5 +1,5 @@ # Stage 1: Build the Flutter web client -FROM cirrusci/flutter:3.22.2 as flutter_builder +FROM bluefireteam/flutter:3.22.2 as flutter_builder WORKDIR /app # Copy Flutter project files