Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG ANDROID_SDK_TOOLS_VERSION="13114758"
ARG ANDROID_SDKS="last8"

ARG NDK_TAGGED="latest"
ARG NDK_VERSION="28.0.13004108"
ARG NDK_VERSION="28.1.13356709"

ARG NODE_TAGGED="latest"
ARG NODE_VERSION="22.x"
Expand All @@ -22,7 +22,7 @@ ARG BUNDLETOOL_TAGGED="latest"
ARG BUNDLETOOL_VERSION="1.18.1"

ARG FLUTTER_TAGGED="latest"
ARG FLUTTER_VERSION="3.24.5"
ARG FLUTTER_VERSION="3.32.4"

ARG JENV_TAGGED="latest"
ARG JENV_RELEASE="0.5.6"
Expand Down Expand Up @@ -492,7 +492,7 @@ WORKDIR ${FINAL_DIRWORK}
#----------~~~~~~~~~~*****
FROM --platform=linux/amd64 complete as complete-flutter
COPY --from=flutter-final ${FLUTTER_HOME} ${FLUTTER_HOME}
COPY --from=flutter-final /root/.flutter /root/.flutter
#COPY --from=flutter-final /root/.flutter /root/.flutter
COPY --from=flutter-final /root/.config/flutter /root/.config/flutter
COPY --from=flutter-final ${INSTALLED_TEMP} ${DIRWORK}/.flutter_version

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The last **tagged** release includes the following components:
* 33.0.0 33.0.1 33.0.2 33.0.3
* 34.0.0
* 35.0.0
* Android NDK - r28c
* Android NDK - r28b
* [Android bundletool](https://github.com/google/bundletool)
* Android Emulator
* cmake
Expand All @@ -48,7 +48,7 @@ The last **tagged** release includes the following components:
* Node.js 22, npm, React Native
* Ruby, RubyGems
* fastlane
* Flutter 3.16.9
* Flutter 3.32.4
* [jEnv](https://www.jenv.be)


Expand Down