Upgrade flutter version to 3.16.0 for Dockerfile
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 1b7212360cc143b8ccb4c6380db41aa11edd914f)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
ARG FLUTTER_VERSION=3.10.6
|
ARG FLUTTER_VERSION=3.16.0
|
||||||
# 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 --platform=amd64 ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION} AS build-env
|
FROM --platform=amd64 ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION} AS build-env
|
||||||
|
|||||||
Reference in New Issue
Block a user