1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00

upgrade openrefine to 2.8

This commit is contained in:
kev 2017-12-10 02:44:08 +08:00
parent 0e50cc8349
commit 22e28dfb0a

View File

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