Skip to content

Commit e07d337

Browse files
alexhumitos
andauthored
Apply suggestions from code review
Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent bec7fc3 commit e07d337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ ENV PATH $PATH:/home/docs/.conda/bin
220220
RUN rm -f Miniconda2-${RTD_CONDA_VERSION}-Linux-x86_64.sh
221221

222222
# Install Rust
223-
ENV RUST_VERSION 1.46.0
224-
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST_VERSION}
223+
ENV RTD_RUST_VERSION 1.46.0
224+
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RTD_RUST_VERSION}
225225
ENV PATH="/home/docs/.cargo/bin:$PATH"
226226

227227
WORKDIR /

0 commit comments

Comments
 (0)