From 74c56b900e36c49b169deee708a4419524fb0566 Mon Sep 17 00:00:00 2001 From: ynov-deploy Date: Fri, 22 Aug 2025 00:06:10 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Version=20Flutter=20pour=20compatibilit?= =?UTF-8?q?=C3=A9=20Dart=203.2.6+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 96a7768..7aaab71 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Stage builder -FROM cirrusci/flutter:stable AS builder +FROM ghcr.io/cirruslabs/flutter:3.19.0 AS builder WORKDIR /app COPY pubspec.* ./ RUN flutter pub get