Skip to content

Commit 7557795

Browse files
committed
Bump to Rust 1.91
1 parent 2a35ae0 commit 7557795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN rm -f *.rpm
6363

6464
# Install Rust
6565
ARG RUSTUP_VERSION=1.28.2
66-
ARG RUST_VERSION=1.89.0
66+
ARG RUST_VERSION=1.91.0
6767
ENV RUST_ARCH="x86_64-unknown-linux-gnu"
6868
ENV RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
6969
RUN wget $RUSTUP_URL

0 commit comments

Comments
 (0)