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
commit 3938393781b62ca50f989f50c935c5cd0de6809e Author: David Meikle <[email protected]> AuthorDate: Fri Apr 24 04:53:19 2020 +0100 Updated for Apache Tika 1.24.1 release --- .travis.yml | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index edfaa1e..b46c6ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: bash services: docker env: matrix: + - VERSION=1.24.1 - VERSION=1.24 - VERSION=1.23 - - VERSION=1.22 script: - ./docker-tool.sh build $VERSION - ./docker-tool.sh test $VERSION diff --git a/README.md b/README.md index 35cd6bf..fd30fa8 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ To install more languages simply update the apt-get command to include the packa Below are the most recent tags: -- `latest`, `1.24`: Apache Tika Server 1.24 (Minimal) -- `latest-full`, `1.24-full`: Apache Tika Server 1.24 (Full) +- `latest`, `1.24.1`: Apache Tika Server 1.24.1 (Minimal) +- `latest-full`, `1.24.1-full`: Apache Tika Server 1.24.1 (Full) +- `1.24`: Apache Tika Server 1.24 (Minimal) +- `1.24-full`: Apache Tika Server 1.24 (Full) - `1.23`: Apache Tika Server 1.23 (Minimal) - `1.23-full`: Apache Tika Server 1.23 (Full) - `1.22`: Apache Tika Server 1.22 (Minimal)
