aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Dymond <cmeister2@gmail.com>2020-11-05 14:20:40 +0000
committerGravatar GitHub <noreply@github.com>2020-11-05 06:20:40 -0800
commitd3d7d6781208d944edb969cc113550cfa2972815 (patch)
treee10c5a16a07eb6b4450e6c2a06927ae6437fecbb
parentaeef1e43f1452aafca43fc0e6f901fa7354fb885 (diff)
[libssh2] Move libssh2 to point at the correct repository (#4601)
Point the Dockerfile at the correct place now
-rw-r--r--projects/libssh2/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/libssh2/Dockerfile b/projects/libssh2/Dockerfile
index f092df32..77445e91 100644
--- a/projects/libssh2/Dockerfile
+++ b/projects/libssh2/Dockerfile
@@ -16,8 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
-# libssh2 at revision 9662c96 with fuzzer changes on top.
-RUN git clone --depth 1 -b cmeister2/ossfuzz_9662c96 https://github.com/cmeister2/libssh2.git /src/libssh2
+RUN git clone --depth 1 https://github.com/libssh2/libssh2.git /src/libssh2
WORKDIR $SRC/libssh2
COPY build.sh $SRC/