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

Commit 5d0d5e84 authored by David Duarte's avatar David Duarte
Browse files

floss: Update dockerfile rust version to 1.77.1

Bug: 307006275
Flag: EXEMPT, floss
Test: ./floss/build/container-build-image.py && ./floss/build/build-in-container.py
Change-Id: Ie6c218cb2d11f8d0abcbe1967cd62d5d89ebbbba
parent bbd13a86
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}"