Skip to content

Commit c6a6e36

Browse files
author
Lee Chagolla-Christensen
committed
update tika
1 parent bd73fcd commit c6a6e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/document_conversion/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG PYTHON_BASE_PROD_IMAGE=nemesis-python-base-prod
44
FROM ${PYTHON_BASE_DEV_IMAGE} AS base
55

66
ARG TIKA_OCR_LANGUAGES="eng"
7-
ARG TIKA_VERSION="3.1.0"
7+
ARG TIKA_VERSION="3.2.3"
88

99
# Install dependencies including multiple Tesseract language packs
1010
RUN apt-get update && \

0 commit comments

Comments
 (0)