Skip to content

Commit fd5968e

Browse files
committed
Merge branch 'bumprust'
2 parents 7ac4f22 + 3067583 commit fd5968e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bitbox-bridge/release/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
99
cmake \
1010
curl \
1111
wget \
12-
software-properties-common
12+
software-properties-common \
13+
apt-transport-https \
14+
ca-certificates
1315

1416

1517
##############################
@@ -70,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
7072
# Rust compiler
7173
ENV PATH /opt/cargo/bin:$PATH
7274
ENV RUSTUP_HOME=/opt/rustup
73-
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
7476
RUN rustup target add x86_64-pc-windows-gnu
7577
RUN rustup target add x86_64-apple-darwin
7678

0 commit comments

Comments
 (0)