Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e20528cf authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "floss: Update dockerfile rust version to 1.77.1" into main

parents 30bd4820 5d0d5e84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ RUN apt-get update && \
# Next install the Rust toolchain. Download the toolchain to the local folder
# using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
ADD rustup/rustup.sh /tmp
RUN /tmp/rustup.sh -y --default-toolchain 1.68.2
RUN /tmp/rustup.sh -y --default-toolchain 1.77.1

# Add .cargo/bin to $PATH
ENV PATH="/root/.cargo/bin:${PATH}"