From 2494376a50c30a87695b4eb2c127d2be23849254 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 4 Dec 2023 18:22:46 +0700 Subject: [PATCH] Upgrade flutter version to 3.16.0 for Dockerfile Signed-off-by: dab246 (cherry picked from commit 1b7212360cc143b8ccb4c6380db41aa11edd914f) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abc53fc3d..5757b218f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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