From 07190f4114cc049e0be1e3b23f8e1381810a09eb Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:14:13 -0400 Subject: [PATCH] Upgrade OpenRefine to 3.7.5 (#332) * Upgrade OpenRefine to 3.7.5 Bug: T347072 * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 04621975..983a24fa 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -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 diff --git a/paws/values.yaml b/paws/values.yaml index 38666fe5..f20eb44a 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -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