Skip to content

Commit

Permalink
chore: upgraded to flutter 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tauu committed Jan 1, 2024
1 parent d1ce14b commit 9c6bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV PATH $PATH:/home/flutter/chrome
ENV PATH $PATH:/home/flutter/chromedriver

# Install flutter.
ARG FLUTTER_VERSION="3.13.9"
ARG FLUTTER_VERSION="3.16.4"

ADD https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}-stable.tar.xz flutter_linux.tar.xz
RUN tar xf flutter_linux.tar.xz
Expand Down

0 comments on commit 9c6bce4

Please sign in to comment.