diff --git a/Dockerfile b/Dockerfile index 8cb8f42..4c016de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Flutter app -FROM ghcr.io/cirruslabs/flutter:3.10.6 AS build +FROM ghcr.io/cirruslabs/flutter:3.13.9 AS build # Set the working directory to /app WORKDIR /app