Skip to content

Commit

Permalink
Upgrade Flutter to 2.10.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 19, 2022
1 parent 957d367 commit 24258f6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [2.10.5-androidsdk30-r0] · 2022-04-19
[2.10.5-androidsdk30-r0]: /../../tree/2.10.5-androidsdk30-r0

[Diff](/../../compare/2.10.4-androidsdk30-r0...2.10.5-androidsdk30-r0)

### Upgraded

- [Flutter] 2.10.5: <https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel#2105-april-18-2022>




## [2.10.4-androidsdk30-r0] · 2022-03-29
[2.10.4-androidsdk30-r0]: /../../tree/2.10.4-androidsdk30-r0

Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG android_sdk_ver=30
FROM cirrusci/android-sdk:${android_sdk_ver}

ARG flutter_ver=2.10.4
ARG flutter_ver=2.10.5
ARG build_rev=0

LABEL org.opencontainers.image.source="\
Expand Down Expand Up @@ -33,12 +33,14 @@ RUN apt-get update \
&& curl -fL -o /tmp/flutter.tar.xz \
https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${flutter_ver}-stable.tar.xz \
&& tar -xf /tmp/flutter.tar.xz -C /usr/local/ \
&& git config --global --add safe.directory /usr/local/flutter \
&& flutter config --enable-android \
--enable-linux-desktop \
--enable-web \
--no-enable-ios \
&& flutter precache --universal --linux --web --no-ios \
&& (yes | flutter doctor --android-licenses) \
&& flutter --version \
\
&& rm -rf /var/lib/apt/lists/* \
/tmp/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Based on [`cirrusci/android-sdk` Docker image][2].

## Supported tags and respective `Dockerfile` links

- [`2.10.4-androidsdk30-r0`, `2.10.4`, `2.10`, `2`, `latest`][201]
- [`2.10.5-androidsdk30-r0`, `2.10.5`, `2.10`, `2`, `latest`][201]



Expand Down

1 comment on commit 24258f6

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.