Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit ffb60c1

Browse files
authored
Pin to rust 1.72 in dask-sql images (#92)
1 parent 38d097c commit ffb60c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_sql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
ENV RUSTUP_HOME="/opt/rustup"
1616
ENV CARGO_HOME="/opt/cargo"
1717
ADD https://sh.rustup.rs /rustup-init.sh
18-
RUN sh /rustup-init.sh -y --default-toolchain=stable --profile=minimal -c rustfmt \
18+
RUN sh /rustup-init.sh -y --default-toolchain=1.72 --profile=minimal -c rustfmt \
1919
&& chmod -R ugo+rw /opt/cargo /opt/rustup
2020

2121
COPY environment.yml /rapids.yml

0 commit comments

Comments
 (0)