From d4e47289000325d64273f89593a148d49ca2a91c Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Tue, 16 Jul 2019 15:13:38 -0700 Subject: [PATCH] Update Dockerfile --- projects/zlib-ng/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/