summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJonathan Turner <jonathan.d.turner@gmail.com>2019-11-08 07:27:39 +1300
committerJonathan Turner <jonathan.d.turner@gmail.com>2019-11-08 07:27:39 +1300
commit1cca5557b146e0d5b79da6bc0e2e68d04666ec0a (patch)
tree13826f3dbab23a97cd8950499983531ed6e5d4ab /docker
parent56dd0282f0243a44bf079cda3ff6367391c8a7eb (diff)
Second attempt to remove rust-toolchain
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile.nu-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.nu-base b/docker/Dockerfile.nu-base
index 81e482299..ca3ce44f2 100644
--- a/docker/Dockerfile.nu-base
+++ b/docker/Dockerfile.nu-base
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y libssl-dev \
ARG RELEASE=false
WORKDIR /code
COPY ./rust-toolchain ./rust-toolchain
-RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
+RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "1.39.0"
ENV PATH=/root/.cargo/bin:$PATH
COPY . /code
RUN echo "##vso[task.prependpath]/root/.cargo/bin" && \