Skip to content

Commit

Permalink
Upgrade OpenRefine to 3.7.5 (#332)
Browse files Browse the repository at this point in the history
* Upgrade OpenRefine to 3.7.5

Bug: T347072

* auto update of  tag

---------

Co-authored-by: Github Action <[email protected]>
  • Loading branch information
vivian-rook and Github Action authored Sep 27, 2023
1 parent 57f6819 commit 07190f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4/openrefine-linux-3.7.4.tar.gz' | tar xzf - --strip=1
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.5/openrefine-linux-3.7.5.tar.gz' | tar xzf - --strip=1

USER root
RUN apt-get install --yes unzip
Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jupyterhub:
fsGid: 52771
image:
name: quay.io/wikimedia-paws-prod/singleuser
tag: pr-330 # singleuser tag managed by github actions
tag: pr-332 # singleuser tag managed by github actions
pullPolicy: Always
memory:
guarantee: 0.70G
Expand Down

0 comments on commit 07190f4

Please sign in to comment.