File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update -y \
1212 && rm -rf /var/lib/apt/lists/*
1313
1414# Installing Flutter
15- RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /stable \
15+ RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /flutter \
1616 && flutter --version
1717
1818ENTRYPOINT ["dart" , "run" , "/action_app/bin/main.dart" ]
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN apt-get update -y \
1212 && rm -rf /var/lib/apt/lists/*
1313
1414# Installing Flutter
15- RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /beta \
15+ RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /flutter \
1616 && flutter --version
You can’t perform that action at this time.
0 commit comments