Skip to content

Commit e3c15f1

Browse files
authored
bearssl: fix broken build (#15017)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 1095aff commit e3c15f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/bearssl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool wget python
1919
RUN git clone --depth 1 https://www.bearssl.org/git/BearSSL
20-
RUN git clone --depth 1 https://github.com/randombit/botan.git
20+
RUN git clone --depth 1 --branch 3.10.0 https://github.com/randombit/botan.git
2121
RUN git clone --depth 1 https://github.com/MozillaSecurity/cryptofuzz
2222
RUN wget https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
2323
COPY build.sh $SRC/

0 commit comments

Comments
 (0)