Upgrade Flutter version in dockerfile
This commit is contained in:
committed by
Dat H. Pham
parent
f525214f92
commit
56146f9ea3
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
ARG FLUTTER_VERSION=3.16.0
|
ARG FLUTTER_VERSION=3.22.2
|
||||||
# Stage 1 - Install dependencies and build the app
|
# Stage 1 - Install dependencies and build the app
|
||||||
# This matches the flutter version on our CI/CD pipeline on Github
|
# 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/cirruslabs/flutter:${FLUTTER_VERSION} AS build-env
|
||||||
|
|||||||
Reference in New Issue
Block a user