We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1095aff commit e3c15f1Copy full SHA for e3c15f1
projects/bearssl/Dockerfile
@@ -17,7 +17,7 @@
17
FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
19
RUN git clone --depth 1 https://www.bearssl.org/git/BearSSL
20
-RUN git clone --depth 1 https://github.com/randombit/botan.git
+RUN git clone --depth 1 --branch 3.10.0 https://github.com/randombit/botan.git
21
RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz
22
RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
23
COPY build.sh $SRC/
0 commit comments