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:
dab246
2023-12-04 18:22:46 +07:00
committed by Dat H. Pham
parent 1302d4fb8a
commit 2494376a50
+1 -1
View File
@@ -1,4 +1,4 @@
ARG FLUTTER_VERSION=3.10.6
ARG FLUTTER_VERSION=3.16.0
# Stage 1 - Install dependencies and build the app
# This matches the flutter version on our CI/CD pipeline on Github
FROM --platform=amd64 ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION} AS build-env