commit | 37c932e997a556fa253dde18b6626d7b9674d126 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Sat Oct 14 16:11:05 2023 +0800 |
committer | Jiayu Liu <jiayu@hey.com> | Sat Oct 14 16:11:05 2023 +0800 |
tree | 51952482c54a9327d6cc3ab174e43d207a9b90f9 | |
parent | 3fdc63649e8eda98a23c203afa60f555a3b7d70f [diff] |
use rust 1.65
diff --git a/build/docker/ubuntu-bionic/Dockerfile b/build/docker/ubuntu-bionic/Dockerfile index d6d2bda..c89181a 100644 --- a/build/docker/ubuntu-bionic/Dockerfile +++ b/build/docker/ubuntu-bionic/Dockerfile
@@ -254,7 +254,7 @@ ruby-bundler # Rust dependencies -RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.61.0 -y +RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.65.0 -y ENV PATH /root/.cargo/bin:$PATH # Swift on Linux for cross tests