Skip to content

Commit

Permalink
2023 -> 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Mar 14, 2024
1 parent 82c0940 commit 010589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_240219/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
# Uninstall old Rust & Install the latest one.
RUN if which rustup; then rustup self uninstall -y; fi && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /rustup.sh && \
sh /rustup.sh --default-toolchain nightly-2023-02-19 -y && \
sh /rustup.sh --default-toolchain nightly-2024-02-19 -y && \
rm /rustup.sh

# Download libafl.
Expand Down

0 comments on commit 010589e

Please sign in to comment.