diff --git a/linux/Dockerfile b/linux/Dockerfile index 5f2729e..be2d070 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,6 +1,6 @@ -FROM cirrusci/flutter:3.3.8 +FROM cirrusci/flutter:3.7.1 RUN apt-get update -RUN apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm +RUN apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm xvfb RUN npm install -g cucumber-html-reporter --save-dev RUN flutter config --enable-linux-desktop diff --git a/windows/Dockerfile b/windows/Dockerfile index b881797..1ca5062 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -34,7 +34,7 @@ RUN powershell.exe -Command \ RUN setx path "%path%;C:\flutter\bin;C:\flutter\bin\cache\dart-sdk\bin;" -RUN git clone -b 3.3.8 https://github.com/flutter/flutter.git C:\flutter +RUN git clone -b 3.7.1 https://github.com/flutter/flutter.git C:\flutter RUN flutter config --no-analytics