From e357bd90cf8f71472876c5d8a6d17319b46c27ab Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Mon, 12 Feb 2024 07:54:10 -0500 Subject: [PATCH 1/2] Upgrade OpenRefine Bug: T356448 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index d175f123..0f9b68cf 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -158,7 +158,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.7/openrefine-linux-3.7.7.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.9/openrefine-linux-3.7.9.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip From d0567fe86efbc09a123616256ba2ba5d0a9f2ee0 Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 12 Feb 2024 12:55:02 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index d2f8bb63..03d14c1a 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-372 # singleuser tag managed by github actions + tag: pr-374 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G