From 2e2d3e56d7ddd846e81e2b830aa252e1ac127cdf Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Mon, 21 Jun 2021 11:22:46 +0200 Subject: [PATCH] - updated version --- deploy_checkit_tiff/centos7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_checkit_tiff/centos7/Dockerfile b/deploy_checkit_tiff/centos7/Dockerfile index aaf5681..aabf880 100644 --- a/deploy_checkit_tiff/centos7/Dockerfile +++ b/deploy_checkit_tiff/centos7/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Andreas Romeyke <romeyke@slub-dresden.de> # checkit_tiff with rules compatible to 0.3.1 based on Handreichung TIFF v1.2 # in checkit_tiff 0.4.1 the rules are adapted to Handreichung TIFF v1.3 ENV checkit_tiff_current_version=v0.6.0 -ENV checkit_tiff_upcoming_version=v1.0.0 +ENV checkit_tiff_upcoming_version=v1.0.1 # ENV checkit_tiff_gitrepository=https://github.com/SLUB-digitalpreservation/checkit_tiff.git ENV checkit_tiff_gitrepository=http://art1pirat.spdns.org/art1/checkit_tiff.git ENV pcre_version=8.41 -- GitLab