Skip to content

Commit 0223ecb

Browse files
and return to stable
1 parent 4045613 commit 0223ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

1818
ENTRYPOINT ["dart", "run", "/action_app/bin/main.dart"]

0 commit comments

Comments
 (0)