diff --git a/projects/zlib-ng/Dockerfile b/projects/zlib-ng/Dockerfile index 14e266150..4f8dbf6fb 100644 --- a/projects/zlib-ng/Dockerfile +++ b/projects/zlib-ng/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER sebpop@gmail.com RUN apt-get update && apt-get install -y make -RUN git clone --depth 1 -b develop https://github.com/Dead2/zlib-ng.git +RUN git clone --depth 1 -b develop https://github.com/zlib-ng/zlib-ng.git WORKDIR zlib-ng COPY build.sh $SRC/