Upgrade Twake Mail Flutter to v3.24.5

Revert "fixup! Upgrade Twake Mail Flutter to v3.24.5"

This reverts commit 0a597753a92b658ec17b0578ed488584d7c514d4.
This commit is contained in:
DatDang
2025-01-09 15:48:58 +07:00
committed by Dat H. Pham
parent 29e8fa770e
commit 69fa8d2dce
38 changed files with 308 additions and 277 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG FLUTTER_VERSION=3.22.2
ARG FLUTTER_VERSION=3.24.5
# 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