Skip to content

Commit

Permalink
use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Apr 19, 2022
1 parent 7f4b796 commit 48dccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/Dockerfile.fuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN echo source ~/.gdbinit-gef.py >> /home/serene/.gdbinit

# rust
USER serene
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
RUN /home/serene/.cargo/bin/cargo install cargo-fuzz
USER root

Expand Down

0 comments on commit 48dccae

Please sign in to comment.