1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

upgrade openrefine to 2.7-rc.2

This commit is contained in:
kev 2017-04-21 06:40:42 +08:00
parent cee8d8725f
commit 72220a4210

@ -5,7 +5,7 @@
FROM java:8-jre-alpine
MAINTAINER kev <noreply@easypi.info>
ENV OR_VERSION 2.6-rc.2
ENV OR_VERSION 2.7-rc.2
ENV OR_FILE openrefine-linux-${OR_VERSION}.tar.gz
ENV OR_URL https://github.com/OpenRefine/OpenRefine/releases/download/${OR_VERSION}/${OR_FILE}