diff --git a/projects/cmark/Dockerfile b/projects/cmark/Dockerfile index 150bab8d4..ad404ac7c 100644 --- a/projects/cmark/Dockerfile +++ b/projects/cmark/Dockerfile @@ -17,6 +17,6 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER philipturnbull@github.com RUN apt-get update && apt-get install -y make cmake -RUN git clone --depth 1 https://github.com/jgm/cmark.git cmark +RUN git clone --depth 1 https://github.com/commonmark/cmark.git cmark WORKDIR cmark COPY build.sh *.dict *.options $SRC/