We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04062b0 commit 7cd0179Copy full SHA for 7cd0179
Dockerfile
@@ -6,7 +6,7 @@ FROM $IMAGE
6
ENV RUSTUP_HOME=/usr/local/rustup \
7
CARGO_HOME=/usr/local/cargo \
8
PATH=/usr/local/cargo/bin:$PATH \
9
- RUST_VERSION=1.78.0
+ RUST_VERSION=1.83.0
10
11
# Install Rust
12
RUN set -eux; \
0 commit comments