We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec7fc3 commit e07d337Copy full SHA for e07d337
Dockerfile
@@ -220,8 +220,8 @@ ENV PATH $PATH:/home/docs/.conda/bin
220
RUN rm -f Miniconda2-${RTD_CONDA_VERSION}-Linux-x86_64.sh
221
222
# Install Rust
223
-ENV RUST_VERSION 1.46.0
224
-RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST_VERSION}
+ENV RTD_RUST_VERSION 1.46.0
+RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RTD_RUST_VERSION}
225
ENV PATH="/home/docs/.cargo/bin:$PATH"
226
227
WORKDIR /
0 commit comments