From 3067583aa63d1c695062580b82d42c916be1c448 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Thu, 18 Mar 2021 11:53:59 +0100 Subject: [PATCH] Dockerfile: bump Rust to toolchain 1.50.0 --- bitbox-bridge/release/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbox-bridge/release/Dockerfile b/bitbox-bridge/release/Dockerfile index 7796f45..2e2df3c 100644 --- a/bitbox-bridge/release/Dockerfile +++ b/bitbox-bridge/release/Dockerfile @@ -72,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh # Rust compiler ENV PATH /opt/cargo/bin:$PATH ENV RUSTUP_HOME=/opt/rustup -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.41.0 -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.50.0 -y RUN rustup target add x86_64-pc-windows-gnu RUN rustup target add x86_64-apple-darwin