From f70cd8437b6993c11ba85feffc2e0bb5147b5ffa Mon Sep 17 00:00:00 2001 From: Florian Bartels <108917393+flba-eb@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:02:55 +0200 Subject: [PATCH] Switch to Rust 1.75.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dfae622..9b8417c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ RUN \ du -shc /tmp/build/* /home/ebcl/.kiwi_boxes/* && \ rm -rf /tmp/build/* /home/ebcl/.kiwi_boxes/* -# This installs Rust version 1.72.0 as required by zenoh -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.72.0 -y && \ +# This installs the Rust version as required by zenoh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75.0 -y && \ . "$HOME/.cargo/env" && rustup target add aarch64-unknown-linux-gnu