Skip to content

Commit 4815a1e

Browse files
authored
Merge branch 'master' into lsof
2 parents 42fd606 + cab863c commit 4815a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/singleuser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl --silent --location --fail ${RSTUDIO_URL} > /tmp/rstudio.deb && \
9595
# Setup OpenRefine
9696
ENV OPENREFINE_DIR /srv/openrefine
9797
RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \
98-
curl -L https://github.com/OpenRefine/OpenRefine/releases/download/3.5.0/openrefine-linux-3.5.0.tar.gz | tar xzf - --strip=1
98+
curl -L https://github.com/OpenRefine/OpenRefine/releases/download/3.4.1/openrefine-linux-3.4.1.tar.gz | tar xzf - --strip=1
9999
COPY proxies/openrefine-logo.svg ${OPENREFINE_DIR}/openrefine-logo.svg
100100

101101
# Machine-learning type stuff

0 commit comments

Comments
 (0)