[libfido2] bump libcbor version from 0.5.0 to 0.7.0 (#3861)

This commit is contained in:
Gabriel Kihlman 2020-05-21 23:59:52 +02:00 committed by GitHub
parent c7d1d8a593
commit 9e0b83a5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER g.kihlman@yubico.com
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN apt-get install -y cmake libudev-dev pkg-config chrpath
RUN git clone --branch v0.5.0 https://github.com/PJK/libcbor
RUN git clone --branch v0.7.0 https://github.com/PJK/libcbor
RUN git clone --branch OpenSSL_1_1_1-stable https://github.com/openssl/openssl
RUN git clone https://github.com/Yubico/libfido2
# CIFuzz will replace the libfido directory so put the corpus outside