diff --git a/projects/fabric/Dockerfile b/projects/fabric/Dockerfile index 09b05a063..92a6ab438 100644 --- a/projects/fabric/Dockerfile +++ b/projects/fabric/Dockerfile @@ -16,7 +16,9 @@ FROM gcr.io/oss-fuzz-base/base-builder-go RUN git clone --depth 1 https://github.com/hyperledger/fabric -RUN git clone --depth 1 https://github.com/AdamKorcz/instrumentation +RUN git clone https://github.com/AdamKorcz/instrumentation \ + && cd $SRC/instrumentation \ + && git checkout cca41747087a403a1dfcbdf064e52d3e073d174f COPY build.sh ccprovider_fuzzer.go \ persistence_fuzzer.go \ policydsl_fuzzer.go \ @@ -24,4 +26,4 @@ COPY build.sh ccprovider_fuzzer.go \ msp_fuzzer.go $SRC/ WORKDIR $SRC/fabric -COPY *.options $SRC/ \ No newline at end of file +COPY *.options $SRC/