Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix the Dockerfile - fix the tesseract version according to Alex ppa
  • Loading branch information
lrog authored Jul 6, 2020
1 parent b4e5999 commit 72e69d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FROM adoptopenjdk/openjdk11:slim AS jdk-11-base

# freeze the versions of the Tesseract+ImageMagick for reproducibility
ENV TESSERACT_VERSION 4.1.1-2
ENV TESSERACT_VERSION 4.1.1+git4247-97079fa3-1
ENV TESSERACT_RES_VERSION 1:4.0.0+git39-6572757-1
ENV IMAGEMAGICK_VERSION 8:6.9.7.4+dfsg-16ubuntu6.8

Expand Down Expand Up @@ -68,7 +68,7 @@ RUN ./gradlew bootJar --no-daemon
FROM adoptopenjdk/openjdk11:jre AS jre-11-base

# freeze the versions of the Tesseract+ImageMagick for reproducibility
ENV TESSERACT_VERSION 4.1.1-2
ENV TESSERACT_VERSION 4.1.1+git4247-97079fa3-1
ENV TESSERACT_RES_VERSION 1:4.0.0+git39-6572757-1
ENV IMAGEMAGICK_VERSION 8:6.9.7.4+dfsg-16ubuntu6.8

Expand Down

0 comments on commit 72e69d3

Please sign in to comment.