Fix: Version Flutter pour compatibilité Dart 3.2.6+
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Stage builder
|
# Stage builder
|
||||||
FROM cirrusci/flutter:stable AS builder
|
FROM ghcr.io/cirruslabs/flutter:3.19.0 AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pubspec.* ./
|
COPY pubspec.* ./
|
||||||
RUN flutter pub get
|
RUN flutter pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user