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
@@ -1,6 +1,6 @@
# Stage 1 - Install dependencies and build the app
# 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
WORKDIR /app