Skip to content

Commit 43614ac

Browse files
change to beta cause master is has dart 2.9.16 for some reason
1 parent 2dc00b0 commit 43614ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 /flutter \
15+
RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /beta \
1616
&& flutter --version

0 commit comments

Comments
 (0)