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 c584892 commit 522c080Copy full SHA for 522c080
1 file changed
wasm-fuzzers/Dockerfile.wasmfuzz
@@ -1,7 +1,7 @@
1
FROM ubuntu:24.04 AS builder
2
RUN apt-get update && apt-get install -y rustup git clang
3
-RUN rustup toolchain add 1.87 --no-self-update
4
-ARG COMMIT="164f41028c62d0113f8a026860a67b9084c52237"
+RUN rustup toolchain add 1.90 --no-self-update
+ARG COMMIT="c584892c84019aa3818f8843a34646c093059530"
5
RUN git clone https://github.com/CISPA-SysSec/wasmfuzz && git -C wasmfuzz checkout "$COMMIT"
6
RUN cargo install --locked --no-default-features --path /wasmfuzz
7
0 commit comments