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
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.5"
flutter-version: "3.10.6"
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"