Skip to content

Commit 3067583

Browse files
committed
Dockerfile: bump Rust to toolchain 1.50.0
1 parent ee794e6 commit 3067583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbox-bridge/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
7272
# Rust compiler
7373
ENV PATH /opt/cargo/bin:$PATH
7474
ENV RUSTUP_HOME=/opt/rustup
75-
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
75+
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
7676
RUN rustup target add x86_64-pc-windows-gnu
7777
RUN rustup target add x86_64-apple-darwin
7878

0 commit comments

Comments
 (0)