From eb6ddda279097facd79d6a56bca512814a6d9f8d Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Sun, 14 Jul 2024 06:55:34 -0400 Subject: [PATCH 1/2] Update OpenRefine Bug: T369772 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index c26536dd..03e058eb 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -156,7 +156,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.8.1/openrefine-linux-3.8.1.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.8.2/openrefine-linux-3.8.2.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip From 2e334050dae39e8c2dbcee9f8c2af3034961a7f9 Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 14 Jul 2024 10:56:11 +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 c46f1344..ad4dda2f 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-439 # singleuser tag managed by github actions + tag: pr-440 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G