diff --git a/projects/inih/Dockerfile b/projects/inih/Dockerfile index 9f0ad44c9..899d50e41 100644 --- a/projects/inih/Dockerfile +++ b/projects/inih/Dockerfile @@ -15,6 +15,6 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update -RUN git clone https://github.com/0x34d/inih +RUN git clone https://github.com/benhoyt/inih COPY build.sh $SRC/ WORKDIR $SRC/inih/