Skip to content

Commit cd6827b

Browse files
authored
Merge branch 'master' into T295754
2 parents 853a065 + 3ed5147 commit cd6827b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/singleuser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN curl --silent --location --fail ${RSTUDIO_URL} > /tmp/rstudio.deb && \
9494
# Setup OpenRefine
9595
ENV OPENREFINE_DIR /srv/openrefine
9696
RUN 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
9898
COPY proxies/openrefine-logo.svg ${OPENREFINE_DIR}/openrefine-logo.svg
9999

100100
# Machine-learning type stuff

paws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)