Skip to content

Commit 522c080

Browse files
committed
update wasmfuzz dockerfile
1 parent c584892 commit 522c080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wasm-fuzzers/Dockerfile.wasmfuzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04 AS builder
22
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"
3+
RUN rustup toolchain add 1.90 --no-self-update
4+
ARG COMMIT="c584892c84019aa3818f8843a34646c093059530"
55
RUN git clone https://github.com/CISPA-SysSec/wasmfuzz && git -C wasmfuzz checkout "$COMMIT"
66
RUN cargo install --locked --no-default-features --path /wasmfuzz
77

0 commit comments

Comments
 (0)