Skip to content

Commit e6232d1

Browse files
committed
Ubuntu: Update Rust to 1.87.0
1 parent a9524a1 commit e6232d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6767

6868
# Install Rust
6969
# Make .cargo/ writable for everyone to allow running the container as non-root.
70-
ARG RUST_VERSION="1.85.1"
70+
ARG RUST_VERSION="1.87.0"
7171
ENV RUSTUP_HOME="/.rustup" \
7272
CARGO_HOME="/.cargo" \
7373
PATH="/.cargo/bin:$PATH"

ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6161

6262
# Install Rust
6363
# Make .cargo/ writable for everyone to allow running the container as non-root.
64-
ARG RUST_VERSION="1.85.1"
64+
ARG RUST_VERSION="1.87.0"
6565
ENV RUSTUP_HOME="/.rustup" \
6666
CARGO_HOME="/.cargo" \
6767
PATH="/.cargo/bin:$PATH"

ubuntu-24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6161

6262
# Install Rust
6363
# Make .cargo/ writable for everyone to allow running the container as non-root.
64-
ARG RUST_VERSION="1.85.1"
64+
ARG RUST_VERSION="1.87.0"
6565
ENV RUSTUP_HOME="/.rustup" \
6666
CARGO_HOME="/.cargo" \
6767
PATH="/.cargo/bin:$PATH"

0 commit comments

Comments
 (0)