Skip to content

Commit

Permalink
bump Rust to nightly-2024-09-08
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 9, 2024
1 parent 563e0ed commit 647892c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ ENV BOLOS_SDK=$NANOS_SDK
RUN pip3 install --no-cache-dir --break-system-packages ledgerblue==0.1.54 ledgerwallet==0.5.0 speculos==0.9.7

# Rust
ARG RUST_VERSION=nightly-2023-11-10
ARG RUST_VERSION=nightly-2024-09-08
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain "$RUST_VERSION" -y
ENV PATH=$PATH:/root/.cargo/bin
RUN rustup component add rust-src --toolchain "$RUST_VERSION"
# https://crates.io/crates/cargo-ledger/1.5.1
# https://crates.io/crates/cargo-ledger
RUN cargo install --locked --version 1.5.1 cargo-ledger && cargo ledger setup

# Switch back to dialog for any ad-hoc use of apt-get
Expand Down

0 comments on commit 647892c

Please sign in to comment.