Skip to content

Commit cbf9c70

Browse files
committed
fix: Use latest stable flutter
1 parent b95fab6 commit cbf9c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile_staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get clean
66

77
# Clone the flutter repo
88
# 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
9+
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
1010

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

0 commit comments

Comments
 (0)