1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

upgrade openrefine to 2.7

This commit is contained in:
kev 2017-06-23 16:36:32 +08:00
parent 478438e56e
commit 2deb96b171

View File

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