We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a35ae0 commit 7557795Copy full SHA for 7557795
1 file changed
Containerfile
@@ -63,7 +63,7 @@ RUN rm -f *.rpm
63
64
# Install Rust
65
ARG RUSTUP_VERSION=1.28.2
66
-ARG RUST_VERSION=1.89.0
+ARG RUST_VERSION=1.91.0
67
ENV RUST_ARCH="x86_64-unknown-linux-gnu"
68
ENV RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
69
RUN wget $RUSTUP_URL
0 commit comments