summaryrefslogtreecommitdiffstats
path: root/fuzz/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:20:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:20:30 +0000
commit152a6f45538d3a74f25fd1edefec85107edc0f82 (patch)
treed3c96d18702e20e154eb3f36e46fefdde9a69118 /fuzz/Dockerfile
parentAdding debian version 1.14.0-1. (diff)
downloadlibfido2-152a6f45538d3a74f25fd1edefec85107edc0f82.tar.xz
libfido2-152a6f45538d3a74f25fd1edefec85107edc0f82.zip
Merging upstream version 1.15.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fuzz/Dockerfile')
-rw-r--r--fuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Dockerfile b/fuzz/Dockerfile
index 7b26e6e..68d40fa 100644
--- a/fuzz/Dockerfile
+++ b/fuzz/Dockerfile
@@ -10,7 +10,7 @@ RUN apk -q update
RUN apk add build-base clang clang-analyzer cmake compiler-rt coreutils
RUN apk add eudev-dev git linux-headers llvm openssl-dev pcsc-lite-dev
RUN apk add sudo tar zlib-dev
-RUN git clone --branch v0.10.2 --depth=1 https://github.com/PJK/libcbor
+RUN git clone --branch v0.11.0 --depth=1 https://github.com/PJK/libcbor
RUN git clone --depth=1 https://github.com/yubico/libfido2
WORKDIR /libfido2
RUN ./fuzz/build-coverage /libcbor /libfido2