Skip to content

Commit

Permalink
Update Rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jan 17, 2025
1 parent 52e2bde commit 8b0305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookworm-16.dockerfile → bookworm-18.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV LLVM_HOME /llvm
ENV PATH "${PATH}:${LLVM_HOME}/bin"

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
-y --default-toolchain 1.75.0 --target riscv64imac-unknown-none-elf
-y --default-toolchain 1.81.0 --target riscv64imac-unknown-none-elf
ENV PATH "${PATH}:/root/.cargo/bin"

RUN mkdir /code
Expand Down

0 comments on commit 8b0305e

Please sign in to comment.