Skip to content

Commit 72a739c

Browse files
committed
Update Rust to 1.85.1 in all Ubuntu images
1 parent 40a3e82 commit 72a739c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

devtools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV PATH="$PATH:/usr/lib/qt6/bin:/usr/lib/qt6/libexec"
3636

3737
# Install Rust, including rustdoc, rustfmt, rust-clippy
3838
# Make .cargo/ writable for everyone to allow running the container as non-root.
39-
ARG RUST_VERSION="1.85.0"
39+
ARG RUST_VERSION="1.85.1"
4040
ENV RUSTUP_HOME="/.rustup" \
4141
CARGO_HOME="/.cargo" \
4242
PATH="/.cargo/bin:$PATH"

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.0"
70+
ARG RUST_VERSION="1.85.1"
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
@@ -63,7 +63,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6363

6464
# Install Rust
6565
# Make .cargo/ writable for everyone to allow running the container as non-root.
66-
ARG RUST_VERSION="1.85.0"
66+
ARG RUST_VERSION="1.85.1"
6767
ENV RUSTUP_HOME="/.rustup" \
6868
CARGO_HOME="/.cargo" \
6969
PATH="/.cargo/bin:$PATH"

ubuntu-24.04/Dockerfile

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

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

0 commit comments

Comments
 (0)