From b10939e2122c01ff915bc78973e470b36ef74755 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Mon, 19 Oct 2020 10:02:09 +0100 Subject: [PATCH] Switch libsndfile repository to the updated repository (#4545) --- projects/libsndfile/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libsndfile/Dockerfile b/projects/libsndfile/Dockerfile index 849322a35..1a95f1eb0 100644 --- a/projects/libsndfile/Dockerfile +++ b/projects/libsndfile/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder -RUN git clone --depth 1 https://github.com/erikd/libsndfile.git /src/libsndfile +RUN git clone --depth 1 https://github.com/libsndfile/libsndfile.git /src/libsndfile WORKDIR $SRC/libsndfile COPY build.sh $SRC/