This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new bf97e15  Updated to Java 16
bf97e15 is described below

commit bf97e15c6d581f3ba5c01aa48c960193f93386b9
Author: David Meikle <[email protected]>
AuthorDate: Mon Aug 30 22:39:44 2021 +0100

    Updated to Java 16
---
 full/Dockerfile    | 2 +-
 minimal/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/full/Dockerfile b/full/Dockerfile
index 5070f3f..841457d 100644
--- a/full/Dockerfile
+++ b/full/Dockerfile
@@ -13,7 +13,7 @@ FROM ubuntu:focal as base
 RUN apt-get update
 
 FROM base as dependencies
-ARG JRE='openjdk-14-jre-headless'
+ARG JRE='openjdk-16-jre-headless'
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install $JRE gdal-bin 
tesseract-ocr \
         tesseract-ocr-eng tesseract-ocr-ita tesseract-ocr-fra 
tesseract-ocr-spa tesseract-ocr-deu
diff --git a/minimal/Dockerfile b/minimal/Dockerfile
index 9124a30..7d64d97 100644
--- a/minimal/Dockerfile
+++ b/minimal/Dockerfile
@@ -13,7 +13,7 @@ FROM ubuntu:focal as base
 RUN apt-get update
 
 FROM base as dependencies
-ARG JRE='openjdk-14-jre-headless'
+ARG JRE='openjdk-16-jre-headless'
 
 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install $JRE
 

Reply via email to