Skip to content

Commit

Permalink
Merge pull request #69 from Chia-Network/use_default_rust
Browse files Browse the repository at this point in the history
use default rust for risc image
  • Loading branch information
altendky authored Feb 28, 2024
2 parents 90645a0 + abb5441 commit b1f8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && \
ENV PATH="/root/.cargo/bin:${PATH}"
ENV RUST_BACKTRACE=1

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.72.1
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

FROM base as ld

Expand Down

0 comments on commit b1f8313

Please sign in to comment.