1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00

upgrade openrefine to 3.2

This commit is contained in:
kev 2019-08-04 20:46:11 +08:00
parent 4c038f859d
commit 706aedbba8

View File

@ -2,10 +2,10 @@
# Dockerfile for openrefine
#
FROM openjdk:8-jre-alpine
FROM openjdk:11-jre-alpine
MAINTAINER kev <noreply@easypi.pro>
ENV OPENREFINE_VERSION 3.1
ENV OPENREFINE_VERSION 3.2
ENV OPENREFINE_FILE openrefine-linux-${OPENREFINE_VERSION}.tar.gz
ENV OPENREFINE_URL https://github.com/OpenRefine/OpenRefine/releases/download/${OPENREFINE_VERSION}/${OPENREFINE_FILE}