Skip to content

Commit

Permalink
set nightly to the one used by last stable 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 18, 2024
1 parent 81045d0 commit 9ddeea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions full/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest

ARG RUST_STABLE_VERSION=1.72.0
ARG RUST_NIGHTLY_VERSION=nightly-2023-12-20
ARG RUST_STABLE_VERSION=1.75.0
ARG RUST_NIGHTLY_VERSION=nightly-2023-11-10

# Add curl for Rust buildchain
RUN apk add --update-cache --upgrade curl
Expand Down
4 changes: 2 additions & 2 deletions legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ARG DEBIAN_FRONTEND=noninteractive

ARG LLVM_VERSION=12

ARG RUST_STABLE_VERSION=1.72.0
ARG RUST_NIGHTLY_VERSION=nightly-2023-12-20
ARG RUST_STABLE_VERSION=1.75.0
ARG RUST_NIGHTLY_VERSION=nightly-2023-11-10

RUN apt-get update && apt-get upgrade -qy
RUN apt-get install -qy \
Expand Down

0 comments on commit 9ddeea5

Please sign in to comment.