Skip to content

Commit

Permalink
Upgrade to Apache Tika 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandalka committed Feb 11, 2022
1 parent 04d6f6e commit 3c42051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tika-server
Version: 2.2.1
Version: 2.3.0
Section: misc
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN adduser --system --disabled-password tika
RUN mkdir /var/cache/tesseract \
&& chown tika /var/cache/tesseract

ENV TIKA_VERSION 2.2.1
ENV TIKA_VERSION 2.3.0
ENV TIKA_URL https://archive.apache.org/dist/tika/$TIKA_VERSION/tika-server-standard-$TIKA_VERSION.jar

RUN wget -P /usr/share/java $TIKA_URL \
Expand Down
2 changes: 1 addition & 1 deletion tika-version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TIKA_VERSION=2.2.1
TIKA_VERSION=2.3.0
TIKA_URL=https://archive.apache.org/dist/tika/$TIKA_VERSION/tika-server-standard-$TIKA_VERSION.jar

0 comments on commit 3c42051

Please sign in to comment.