From efbf28bcd61f4dce04c5b1e51c253b984e39e357 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 10 Jan 2022 16:46:57 +0100 Subject: [PATCH] [centos] Update hdf5 to 1.12.0 --- centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index bfc7466..b717711 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -96,7 +96,7 @@ RUN yum install -y \ rm -rf ffmpeg-${FFmpeg_VERSION}* # HDF -ARG HDF_VERSION=1.10.7 +ARG HDF_VERSION=1.12.0 RUN yum install -y \ bzip2 \ && \ -- GitLab