Skip to content

Commit

Permalink
Tika 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 12, 2024
1 parent 40f39ec commit ac1d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/colore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${
mv wkhtmltox/bin/wkhtmltopdf /usr/local/bin && \
rm -rf wkhtmltox wkhtmltox.tar.xz MD5SUMS

ARG TIKA_VERSION=1.28.5
ARG TIKA_VERSION=2.9.2

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 ac1d45c

Please sign in to comment.