Skip to content

Commit

Permalink
fix: Force Flutter version 3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Nov 21, 2023
1 parent 779815a commit b0ba48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN git clone --branch 3.10.6 https://github.com/flutter/flutter.git /usr/local/
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"

# Enable flutter web
RUN flutter channel stable
RUN flutter upgrade
# RUN flutter channel stable
# RUN flutter upgrade
RUN flutter config --enable-web

# Run flutter doctor
Expand Down

0 comments on commit b0ba48e

Please sign in to comment.