Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2091c0d

Browse files
authored
Update Dart version in Dockerfile (#6618)
1 parent 739d66e commit 2091c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/docker/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN ./build/install-build-deps.sh --no-prompt
1919
RUN ./build/install-build-deps-android.sh --no-prompt
2020

2121
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
22+
RUN wget https://storage.googleapis.com/dart-archive/channels/dev/release/2.1.0-dev.7.1/sdk/dartsdk-linux-x64-release.zip
2323
RUN unzip dartsdk-linux-x64-release.zip
2424
ENV PATH $PATH:$HOME/dart/dart-sdk/bin
2525

0 commit comments

Comments
 (0)