Skip to content

Commit 7cd0179

Browse files
committed
fix: Change Rust version to 1.83 for Docker bundling
1 parent 04062b0 commit 7cd0179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM $IMAGE
66
ENV RUSTUP_HOME=/usr/local/rustup \
77
CARGO_HOME=/usr/local/cargo \
88
PATH=/usr/local/cargo/bin:$PATH \
9-
RUST_VERSION=1.78.0
9+
RUST_VERSION=1.83.0
1010

1111
# Install Rust
1212
RUN set -eux; \

0 commit comments

Comments
 (0)