chore: upgrade flutter to 3.13.9 (#3936)

This commit is contained in:
Lucas.Xu
2023-11-14 22:33:07 +08:00
committed by GitHub
parent 1c500fbfc5
commit 6a9866b9d2
116 changed files with 312 additions and 260 deletions

View File

@ -39,7 +39,7 @@ RUN source ~/.cargo/env && \
RUN sudo pacman -S --noconfirm git tar gtk3
RUN curl -sSfL \
--output flutter.tar.xz \
https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.10.1-stable.tar.xz && \
https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.13.9-stable.tar.xz && \
tar -xf flutter.tar.xz && \
rm flutter.tar.xz
RUN flutter config --enable-linux-desktop