fabric: pin 3rd-party library (#8904)

Signed-off-by: AdamKorcz <adam@adalogics.com>

Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
AdamKorcz 2022-11-01 12:45:43 +00:00 committed by GitHub
parent 9b40d674b2
commit f476bfaeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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/
COPY *.options $SRC/