We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d138e commit c1bcc8cCopy full SHA for c1bcc8c
docker/packager/binary-builder/Dockerfile
@@ -14,8 +14,8 @@ ENV CARGO_HOME=/rust/cargo
14
ENV PATH="/rust/cargo/bin:${PATH}"
15
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
16
chmod 777 -R /rust && \
17
- rustup toolchain install nightly-2023-07-04 && \
18
- rustup default nightly-2023-07-04 && \
+ rustup toolchain install nightly-2024-04-01 && \
+ rustup default nightly-2024-04-01 && \
19
rustup toolchain remove stable && \
20
rustup component add rust-src && \
21
rustup target add x86_64-unknown-linux-gnu && \
0 commit comments