From 02f57b057a9089685831cb82c7d1537e011ccfd2 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 20 Dec 2021 17:28:34 +0800 Subject: [PATCH] upgrade openrefine to 3.5.1 --- openrefine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrefine/Dockerfile b/openrefine/Dockerfile index 68b7702..8d009a1 100644 --- a/openrefine/Dockerfile +++ b/openrefine/Dockerfile @@ -5,7 +5,7 @@ FROM openjdk:11 MAINTAINER EasyPi Software Foundation -ENV OPENREFINE_VERSION=3.5.0 +ENV OPENREFINE_VERSION=3.5.1 ENV OPENREFINE_FILE=openrefine-linux-${OPENREFINE_VERSION}.tar.gz ENV OPENREFINE_URL=https://github.com/OpenRefine/OpenRefine/releases/download/${OPENREFINE_VERSION}/${OPENREFINE_FILE}