We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95fab6 commit cbf9c70Copy full SHA for cbf9c70
frontend/Dockerfile_staging
@@ -6,7 +6,7 @@ RUN apt-get clean
6
7
# Clone the flutter repo
8
# Temporary fix while the cuppertino_icons package is not fixed to work with Flutter 3.13.0 (latest stable release).
9
-RUN git clone --branch 3.10.6 https://github.com/flutter/flutter.git /usr/local/flutter
+RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
10
11
# Set flutter path
12
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"
0 commit comments