Upgrade flutter to v3.10.6 for Dockerfile
(cherry picked from commit b17c3a19c219292233e5173f25a13706afaf2beb)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user