From db59caa2d2b6b98b333fe2b5c62f538c170b050c Mon Sep 17 00:00:00 2001 From: Michael Jezierny Date: Fri, 29 Jan 2021 16:18:39 -0800 Subject: [PATCH] Update download URL for InChI library. (#5075) One of the InChI maintainers contacted me over email to inform us of the new release, so I'm updating the URL. --- projects/inchi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/inchi/Dockerfile b/projects/inchi/Dockerfile index 3ca094292..ce2f39874 100644 --- a/projects/inchi/Dockerfile +++ b/projects/inchi/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y wget make unzip git -RUN wget https://www.inchi-trust.org/download/106PR3/INCHI-1-SRC.zip +RUN wget https://www.inchi-trust.org/download/106/INCHI-1-SRC.zip RUN unzip INCHI-1-SRC.zip WORKDIR INCHI-1-SRC COPY build.sh *_fuzzer.c $SRC/