Upgrade flutter to v3.10.6 for Dockerfile

(cherry picked from commit b17c3a19c219292233e5173f25a13706afaf2beb)
This commit is contained in:
dab246
2023-07-17 17:07:09 +07:00
committed by Dat Vu
parent 4829e195c5
commit 9a237ec86e
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.7.5" flutter-version: "3.10.6"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}" cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.7.5" flutter-version: "3.10.6"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.7.5" flutter-version: "3.10.6"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Setup flutter - name: Setup flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.7.5" flutter-version: "3.10.6"
channel: "stable" channel: "stable"
cache: true cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
+1 -1
View File
@@ -1,6 +1,6 @@
# Stage 1 - Install dependencies and build the app # Stage 1 - Install dependencies and build the app
# This matches the flutter version on our CI/CD pipeline on Github # This matches the flutter version on our CI/CD pipeline on Github
FROM cirrusci/flutter:3.7.5 AS build-env FROM ghcr.io/cirruslabs/flutter:3.10.6 AS build-env
# Set directory to Copy App # Set directory to Copy App
WORKDIR /app WORKDIR /app
+1 -1
View File
@@ -25,6 +25,6 @@ subprojects {
project.evaluationDependsOn(':app') project.evaluationDependsOn(':app')
} }
task clean(type: Delete) { tasks.register("clean", Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }
+1 -1
View File
@@ -1005,5 +1005,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0" flutter: ">=3.7.0"
+1 -1
View File
@@ -654,5 +654,5 @@ packages:
source: hosted source: hosted
version: "6.2.2" version: "6.2.2"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0" flutter: ">=3.7.0"
+1 -1
View File
@@ -570,5 +570,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0" flutter: ">=3.0.0"
+1 -1
View File
@@ -570,5 +570,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0" flutter: ">=3.0.0"
+1 -1
View File
@@ -982,5 +982,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0" flutter: ">=3.7.0"
+1 -1
View File
@@ -570,5 +570,5 @@ packages:
source: hosted source: hosted
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=3.0.0-0 <4.0.0" dart: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0" flutter: ">=3.0.0"