TF-4058 Upgrade flutter version to 3.32.8 for CI and Dockerfile

This commit is contained in:
dab246
2025-10-14 13:00:04 +07:00
committed by Dat H. Pham
parent df49ce03c7
commit bac16e3c29
5 changed files with 8 additions and 7 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
ARG FLUTTER_VERSION=3.27.4
ARG FLUTTER_VERSION=3.32.8
# 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
FROM --platform=amd64 ghcr.io/instrumentisto/flutter:${FLUTTER_VERSION} AS build-env
# TODO: Revert back to cirruslabs when upgrade Flutter pass 3.27.4, as this tag is missing for cirruslabs
# Set directory to Copy App
WORKDIR /app