Skip to content

Commit b3aa06a

Browse files
fix
1 parent 0223ecb commit b3aa06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 /stable \
15+
RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /flutter \
1616
&& flutter --version
1717

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

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 /beta \
15+
RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /flutter \
1616
&& flutter --version

0 commit comments

Comments
 (0)