Skip to content

Commit

Permalink
OpenRefine version bump
Browse files Browse the repository at this point in the history
Bug: T348464
  • Loading branch information
vivian-rook committed Oct 9, 2023
1 parent 909e542 commit 02c4aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ USER root
ENV OPENREFINE_DIR /srv/openrefine
ENV PATH=$PATH:$OPENREFINE_DIR
RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.5/openrefine-linux-3.7.5.tar.gz' | tar xzf - --strip=1
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.6/openrefine-linux-3.7.6.tar.gz' | tar xzf - --strip=1

USER root
RUN apt-get install --yes unzip
Expand Down

0 comments on commit 02c4aeb

Please sign in to comment.