Skip to content

Commit

Permalink
chore: update cargo to fix ssh error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencil-Yao committed Nov 20, 2023
1 parent 4db0d32 commit 7b9719f
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 @@ -43,7 +43,7 @@ RUN set -eux \
ENV PATH $PATH:/opt/.cargo/bin
ENV CARGO_HOME=/opt/.cargo
ENV RUSTUP_HOME=/opt/.rustup
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.58.0
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.74.0

RUN pip3 install -U pip \
&& hash pip3 \
Expand Down

0 comments on commit 7b9719f

Please sign in to comment.