Bump flutter version

This commit is contained in:
zontreck 2024-08-22 11:25:24 -07:00
parent 7aef76103a
commit 23a2386cb8

View file

@ -3,9 +3,9 @@ FROM git.zontreck.com/ariascreations/buildenvironments:adk
WORKDIR /
ENV PATH $PATH:/flutter/bin
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.0-stable.tar.xz
RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.1-stable.tar.xz
RUN tar -xf /flutter_linux_3.24.0-stable.tar.xz; rm /flutter*.xz
RUN tar -xf /flutter_linux_3.24.1-stable.tar.xz; rm /flutter*.xz
RUN curl -sO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb