From 19ea576614a569893a1d8ed30d313d1cc25ac2cb Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 14 Aug 2021 07:03:46 +0200 Subject: [PATCH] Build HDF5 1.12.1 for matio (#6018) --- projects/matio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/matio/Dockerfile b/projects/matio/Dockerfile index d69281cb8..1b8e927ea 100644 --- a/projects/matio/Dockerfile +++ b/projects/matio/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake libtool RUN git clone --depth 1 https://github.com/madler/zlib RUN git clone --depth 1 git://git.code.sf.net/p/matio/matio matio -ADD https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.tar.gz hdf5-1.12.0.tar.gz +ADD https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/src/hdf5-1.12.1.tar.gz hdf5-1.12.1.tar.gz WORKDIR matio COPY build.sh $SRC/