Skip to content

Commit

Permalink
Update dart sdk dw link
Browse files Browse the repository at this point in the history
  • Loading branch information
gitslav authored Jul 15, 2024
1 parent 8ec4eab commit a897844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
unzip protoc.zip -d /usr/local/ && \
rm -fr protoc.zip

RUN curl --location --silent -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.2.4-1_amd64.deb && \
RUN curl --location --silent -o dart.deb https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.4/linux_packages/dart_3.2.4-1_amd64.deb && \
dpkg -i dart.deb && \
rm -fr dart.deb && \
echo 'export PATH="$PATH:/usr/lib/dart/bin"' >> ~/.profile && \
Expand Down

0 comments on commit a897844

Please sign in to comment.