File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6767
6868# Install Rust
6969# Make .cargo/ writable for everyone to allow running the container as non-root.
70- ARG RUST_VERSION="1.85.1 "
70+ ARG RUST_VERSION="1.87.0 "
7171ENV RUSTUP_HOME="/.rustup" \
7272 CARGO_HOME="/.cargo" \
7373 PATH="/.cargo/bin:$PATH"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6161
6262# Install Rust
6363# Make .cargo/ writable for everyone to allow running the container as non-root.
64- ARG RUST_VERSION="1.85.1 "
64+ ARG RUST_VERSION="1.87.0 "
6565ENV RUSTUP_HOME="/.rustup" \
6666 CARGO_HOME="/.cargo" \
6767 PATH="/.cargo/bin:$PATH"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES=1
6161
6262# Install Rust
6363# Make .cargo/ writable for everyone to allow running the container as non-root.
64- ARG RUST_VERSION="1.85.1 "
64+ ARG RUST_VERSION="1.87.0 "
6565ENV RUSTUP_HOME="/.rustup" \
6666 CARGO_HOME="/.cargo" \
6767 PATH="/.cargo/bin:$PATH"
You can’t perform that action at this time.
0 commit comments