1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

upgrade openrefine to 3.4-beta

This commit is contained in:
kev 2020-06-05 14:02:16 +08:00
parent f902a7d833
commit 0c8e2ddd71
3 changed files with 3 additions and 3 deletions

@ -5,7 +5,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER kev <noreply@easypi.pro>
ENV OPENREFINE_VERSION 3.3
ENV OPENREFINE_VERSION 3.4-beta
ENV OPENREFINE_FILE openrefine-linux-${OPENREFINE_VERSION}.tar.gz
ENV OPENREFINE_URL https://github.com/OpenRefine/OpenRefine/releases/download/${OPENREFINE_VERSION}/${OPENREFINE_FILE}

@ -18,7 +18,7 @@ openrefine:
- "3333:3333"
volumes:
- ./data:/data
restart: always
restart: unless-stopped
```
[1]: http://openrefine.org/index.html

@ -4,4 +4,4 @@ openrefine:
- "3333:3333"
volumes:
- ./data:/data
restart: always
restart: unless-stopped