We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739d66e commit 2091c0dCopy full SHA for 2091c0d
1 file changed
ci/docker/build/Dockerfile
@@ -19,7 +19,7 @@ RUN ./build/install-build-deps.sh --no-prompt
19
RUN ./build/install-build-deps-android.sh --no-prompt
20
21
WORKDIR $HOME/dart
22
-RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.0.0-dev.63.0/sdk/dartsdk-linux-x64-release.zip
+RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.0-dev.7.1/sdk/dartsdk-linux-x64-release.zip
23
RUN unzip dartsdk-linux-x64-release.zip
24
ENV PATH $PATH:$HOME/dart/dart-sdk/bin
25
0 commit comments