Skip to content

Commit b339c1e

Browse files
committed
fix: Revert usage of specific flutter version
1 parent d683870 commit b339c1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

frontend/Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-m
55
RUN apt-get clean
66

77
# 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
8+
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
109

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

1413
# Enable flutter web
15-
# RUN flutter channel stable
16-
# RUN flutter upgrade
14+
RUN flutter channel stable
15+
RUN flutter upgrade
1716
RUN flutter config --enable-web
1817

1918
# Run flutter doctor

0 commit comments

Comments
 (0)