File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ RUN curl --silent --location --fail ${RSTUDIO_URL} > /tmp/rstudio.deb && \
9494# Setup OpenRefine
9595ENV OPENREFINE_DIR /srv/openrefine
9696RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \
97- curl -L https://github.com/OpenRefine/OpenRefine/releases/download/3.4.1 /openrefine-linux-3.4.1 .tar.gz | tar xzf - --strip=1
97+ curl -L https://github.com/OpenRefine/OpenRefine/releases/download/3.5.0 /openrefine-linux-3.5.0 .tar.gz | tar xzf - --strip=1
9898COPY proxies/openrefine-logo.svg ${OPENREFINE_DIR}/openrefine-logo.svg
9999
100100# Machine-learning type stuff
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jupyterhub:
258258 fsGid : 52771
259259 image :
260260 name : quay.io/wikimedia-paws-prod/singleuser
261- tag : pr-96 # singleuser tag managed by github actions
261+ tag : pr-110 # singleuser tag managed by github actions
262262 pullPolicy : Always
263263 memory :
264264 guarantee : 1G
You can’t perform that action at this time.
0 commit comments