Skip to content

Commit

Permalink
surely rust1.81 is not the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 26, 2024
1 parent 8184b21 commit f3aa9ec
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 @@ -64,7 +64,7 @@ RUN apt-get update && \
apt-get -y autoremove

# Get Rust
ARG RUST_VERSION=stable
ARG RUST_VERSION=1.80
ENV RUSTUP_HOME=/opt/rust CARGO_HOME=/opt/cargo PATH="/opt/cargo/bin:${PATH}"
RUN mkdir -m755 $RUSTUP_HOME $CARGO_HOME && ( \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | env RUSTUP_HOME=$RUSTUP_HOME CARGO_HOME=$CARGO_HOME sh -s -- -y \
Expand Down

0 comments on commit f3aa9ec

Please sign in to comment.