Skip to content

Commit

Permalink
fix: Use latest stable flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Apr 9, 2024
1 parent b95fab6 commit cbf9c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile_staging
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get clean

# Clone the flutter repo
# Temporary fix while the cuppertino_icons package is not fixed to work with Flutter 3.13.0 (latest stable release).
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

# Set flutter path
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"
Expand Down

0 comments on commit cbf9c70

Please sign in to comment.