Skip to content

Commit c1bcc8c

Browse files
committed
update rust
1 parent 76d138e commit c1bcc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/packager/binary-builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ENV CARGO_HOME=/rust/cargo
1414
ENV PATH="/rust/cargo/bin:${PATH}"
1515
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
1616
chmod 777 -R /rust && \
17-
rustup toolchain install nightly-2023-07-04 && \
18-
rustup default nightly-2023-07-04 && \
17+
rustup toolchain install nightly-2024-04-01 && \
18+
rustup default nightly-2024-04-01 && \
1919
rustup toolchain remove stable && \
2020
rustup component add rust-src && \
2121
rustup target add x86_64-unknown-linux-gnu && \

0 commit comments

Comments
 (0)