use stable flutter in docker file

This commit is contained in:
2025-04-22 12:08:57 +02:00
parent d1c0c04e67
commit b15f36397c
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -11,7 +11,7 @@ RUN apt-get install python3 -y
# RUN apt-get update --fix-missing
# RUN apt-get install python3-Jinja2
# download Flutter SDK from Flutter Github repo
RUN git clone -b master https://github.com/flutter/flutter.git /usr/local/flutter
RUN git clone -b stable https://github.com/flutter/flutter.git /usr/local/flutter
#RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
# Set flutter environment path