Skip to content

Commit

Permalink
Merge pull request #325 from ifad/chore/tika-3
Browse files Browse the repository at this point in the history
Update Tika to 3.0
  • Loading branch information
tagliala authored Oct 22, 2024
2 parents 1c743a3 + 748ea09 commit c7e5b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
options: --entrypoint redis-server

env:
TIKA_VERSION: '2.9.2'
TIKA_VERSION: '3.0.0'

steps:
- name: Install ImageMagick, libmagic-dev, LibreOffice, Tesseract OCR, wkhtmltopdf
Expand Down
2 changes: 1 addition & 1 deletion docker/colore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get -yq install --no-install-suggests --no-install-rec
RUN echo 'deb http://deb.debian.org/debian bullseye-backports main contrib non-free' >> /etc/apt/sources.list
RUN apt-get update && apt-get -yq -t bullseye-backports install libreoffice

ARG TIKA_VERSION=2.9.2
ARG TIKA_VERSION=3.0.0

RUN wget --quiet https://archive.apache.org/dist/tika/KEYS -O tika-keys && \
wget --quiet https://archive.apache.org/dist/tika/${TIKA_VERSION}/tika-app-${TIKA_VERSION}.jar.asc -O tika-app.jar.asc && \
Expand Down

0 comments on commit c7e5b7a

Please sign in to comment.