update to flutter 3.13.4 (webp patch)

This commit is contained in:
Dan Ballard 2023-09-16 10:21:21 -07:00
parent 0d839fe222
commit 4580406cd2
3 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,11 @@ Dockerfiles @ [git.openprivacy.ca/openprivacy/flutter-desktop](https://git.openp
These docker containers incorporate or are build on [cirrusci](https://hub.docker.com/u/cirrusci) ([cirruslabs](https://github.com/cirruslabs)).
- linux-fstable-3.13.4 is flutter 3.13.4, glibc 2.31, apt installing the needed utils including npm, cucumber-html-reporter
- windows-sdk30-fstable-3.13.4 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.13.4), and Google Root cert gtsr1 (for future proofing pub get)
- linux-fstable-3.10.2 is flutter 3.10.2, glibc 2.31, apt installing the needed utils including npm, cucumber-html-reporter
- windows-sdk30-fstable-3.10.2 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (3.10.2), and Google Root cert gtsr1 (for future proofing pub get)
- linux-fstable-3.7.1 is flutter 3.7.1, glibc 2.31, apt installing the needed utils including npm, cucumber-html-reporter
- incorperated [cirrusci](https://hub.docker.com/u/cirrusci) Dockerfiles directly into linux Dockerfile to control base OS version (revert to ubuntu 20.04) to get older glibc (2.31) to support older distros
- linux-fstable-3.3.8 is cirrusci/flutter:3.3.9 + apt installing the needed utils (glibc 2.31) (including npm and cucumber-html-reporter)

View File

@ -49,7 +49,7 @@ RUN if [[ $(uname -m) == "x86_64" ]] ; then sdkmanager emulator ; fi
# USER root
ENV FLUTTER_HOME=${HOME}/sdks/flutter \
FLUTTER_VERSION=3.10.2
FLUTTER_VERSION=3.13.4
ENV FLUTTER_ROOT=$FLUTTER_HOME
ENV PATH ${PATH}:${FLUTTER_HOME}/bin:${FLUTTER_HOME}/bin/cache/dart-sdk/bin

View File

@ -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.10.2 https://github.com/flutter/flutter.git C:\flutter
RUN git clone -b 3.13.4 https://github.com/flutter/flutter.git C:\flutter
RUN flutter config --no-analytics