Skip to content

Commit 9f4d67e

Browse files
committed
install cargo 1.91 instead of 1.8* due to 'invalid version 0 on git_proxy_options; class=Invalid (3)' bug when installing crates from git
1 parent 3bb14c2 commit 9f4d67e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

taskcluster/docker/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ RUN apt-get update -qq \
4040
git \
4141
wget \
4242
zip \
43-
cargo-1.85 \
43+
cargo-1.91 \
4444
curl \
4545
rpm \
4646
libglib2.0-0 \
4747
ccache \
4848
&& apt-get clean
4949

50-
RUN ln -s /usr/bin/cargo-1.85 /usr/bin/cargo
50+
RUN ln -s /usr/bin/cargo-1.91 /usr/bin/cargo
5151

5252
RUN pip install --upgrade pip
5353
RUN pip install taskcluster

0 commit comments

Comments
 (0)