We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee794e6 commit 3067583Copy full SHA for 3067583
bitbox-bridge/release/Dockerfile
@@ -72,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
72
# Rust compiler
73
ENV PATH /opt/cargo/bin:$PATH
74
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
+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
76
RUN rustup target add x86_64-pc-windows-gnu
77
RUN rustup target add x86_64-apple-darwin
78
0 commit comments