Skip to content

Commit

Permalink
Updated for Apache Tika 1.24 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dameikle committed Mar 19, 2020
1 parent 57eaa3a commit d69dc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:bionic as base
RUN apt-get update

ENV TIKA_VERSION 1.23
ENV TIKA_VERSION 1.24
MAINTAINER [email protected]

FROM base as dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker-tikaserver [![Build Status](https://travis-ci.org/LogicalSpark/docker-tikaserver.svg?branch=master)](https://travis-ci.org/LogicalSpark/docker-tikaserver)
This repo contains the Dockerfile to create a docker image that contains the latest Ubuntu running the Apache Tika 1.23 Server on Port 9998 using Java 11.
This repo contains the Dockerfile to create a docker image that contains the latest Ubuntu running the Apache Tika 1.24 Server on Port 9998 using Java 11.

Out-of-the-box the container also includes dependencies for the GDAL and Tesseract OCR parsers. To balance showing functionality versus the size of the image, this file currently installs the language packs for the following languages:
* English
Expand Down

0 comments on commit d69dc70

Please sign in to comment.