We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c37fa commit 145075cCopy full SHA for 145075c
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ ENV LANG=C.UTF-8 \
5
RUSTUP_HOME=/usr/local/rustup \
6
CARGO_HOME=/usr/local/cargo \
7
PATH=/usr/local/cargo/bin:$PATH \
8
- RUST_VERSION=1.82.0
+ RUST_VERSION=1.84.0
9
10
RUN dnf install -y epel-release; \
11
dnf config-manager --set-enabled crb; \
0 commit comments