Upgrade Flutter version in dockerfile

This commit is contained in:
Dat PHAM HOANG
2024-07-18 14:40:53 +07:00
committed by Dat H. Pham
parent f525214f92
commit 56146f9ea3
+1 -1
View File
@@ -1,4 +1,4 @@
ARG FLUTTER_VERSION=3.16.0
ARG FLUTTER_VERSION=3.22.2
# 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