aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Varun Khaneja <aawc@users.noreply.github.com>2018-11-02 16:44:21 -0700
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-11-02 16:44:21 -0700
commit5cca3a6d07110aa352b36c6736695a0db2801c0e (patch)
tree98f056ec7092689d9b4b6469e27becfb39745413
parent991bf32f47a909c849a2207348e34859d9cf96b2 (diff)
[unrar] Fuzz unrar v5.6.8 before merging that to master (#1920)
-rw-r--r--projects/unrar/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/unrar/Dockerfile b/projects/unrar/Dockerfile
index 2934254b..f7d78c0e 100644
--- a/projects/unrar/Dockerfile
+++ b/projects/unrar/Dockerfile
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER vakh@chromium.org
RUN apt-get update && apt-get install -y make build-essential
-RUN git clone --depth 1 https://github.com/aawc/unrar.git
+RUN git clone -b v5.6.8 --depth 1 https://github.com/aawc/unrar.git
WORKDIR unrar
COPY build.sh $SRC/