aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libfido2
diff options
context:
space:
mode:
authorGravatar Gabriel Kihlman <g.kihlman@yubico.com>2020-05-21 23:59:52 +0200
committerGravatar GitHub <noreply@github.com>2020-05-21 14:59:52 -0700
commit9e0b83a5a7ea771308f0fb2a9ed4dead0e515647 (patch)
tree6f32f59833f16d82ed151cc49e8e6d3b6ff4a011 /projects/libfido2
parentc7d1d8a59392684e39785f4f35d3a1796dca2ee5 (diff)
[libfido2] bump libcbor version from 0.5.0 to 0.7.0 (#3861)
Diffstat (limited to 'projects/libfido2')
-rw-r--r--projects/libfido2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libfido2/Dockerfile b/projects/libfido2/Dockerfile
index a8362534..29fc7fb3 100644
--- a/projects/libfido2/Dockerfile
+++ b/projects/libfido2/Dockerfile
@@ -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