Skip to content

Commit

Permalink
Merge branch 'main' into T347108
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook authored Oct 18, 2023
2 parents 6d9abbf + 5918358 commit a9c40db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ENV PYWIKIBOT_VERSION=8.3.3
ENV PYWIKIBOT_VERSION=8.4.0
ENV EDITOR=/bin/nano
ENV PYWIKIBOT_DIR=/srv/paws
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -164,7 +164,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.5/openrefine-linux-3.7.5.tar.gz' | tar xzf - --strip=1
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.6/openrefine-linux-3.7.6.tar.gz' | tar xzf - --strip=1

USER root
RUN apt-get install --yes unzip
Expand Down

0 comments on commit a9c40db

Please sign in to comment.