Updated for Apache Tika 1.28.2 and 2.4.0 releases
diff --git a/.env b/.env
index 99f62a6..d085d37 100644
--- a/.env
+++ b/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=1.28.1
+TAG=1.28.2
 # For 2.x series
 #TIKA_JAR=tika-server-standard
 #TIKA_SERVER_CLASS=org.apache.tika.server.core.TikaServerCli
diff --git a/.travis.yml b/.travis.yml
index 78ae516..26624b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
 services: docker
 env:
   matrix:
-    - VERSION=2.3.0 TIKA_JAR=tika-server-standard
-    - VERSION=1.28.1 TIKA_JAR=tika-server
+    - VERSION=2.4.0 TIKA_JAR=tika-server-standard
+    - VERSION=1.28.2 TIKA_JAR=tika-server
 
 script:
   - ./docker-tool.sh build $VERSION $TIKA_JAR
diff --git a/README.md b/README.md
index 6b5f971..bb731b4 100644
--- a/README.md
+++ b/README.md
@@ -17,25 +17,25 @@
 
 Below are the most recent 2.x series tags:
 
-- `latest`, `2.3.0`: Apache Tika Server 2.3.0 (Minimal)
-- `latest-full`, `2.3.0-full`: Apache Tika Server 2.3.0 (Full)
+- `latest`, `2.4.0`: Apache Tika Server 2.4.0 (Minimal)
+- `latest-full`, `2.4.0-full`: Apache Tika Server 2.4.0 (Full)
+- `2.3.0`: Apache Tika Server 2.3.0 (Minimal)
+- `2.3.0-full`: Apache Tika Server 2.3.0 (Full)
 - `2.2.1`: Apache Tika Server 2.2.1 (Minimal)
 - `2.2.1-full`: Apache Tika Server 2.2.1 (Full)
 - `2.2.0`: Apache Tika Server 2.2.0 (Minimal)
 - `2.2.0-full`: Apache Tika Server 2.2.0 (Full)
-- `2.1.0`: Apache Tika Server 2.1.0 (Minimal)
-- `2.1.0-full`: Apache Tika Server 2.1.0 (Full)
 
 Below are the most recent 1.x series tags:
 
+- `1.28.2`: Apache Tika Server 1.28.2 (Minimal)
+- `1.28.2-full`: Apache Tika Server 1.28.2 (Full)
 - `1.28.1`: Apache Tika Server 1.28.1 (Minimal)
 - `1.28.1-full`: Apache Tika Server 1.28.1 (Full)
 - `1.28`: Apache Tika Server 1.28 (Minimal)
 - `1.28-full`: Apache Tika Server 1.28 (Full)
 - `1.27`: Apache Tika Server 1.27 (Minimal)
 - `1.27-full`: Apache Tika Server 1.27 (Full)
-- `1.26`: Apache Tika Server 1.26 (Minimal)
-- `1.26-full`: Apache Tika Server 1.26 (Full)
 
 You can see a full set of tags for historical versions [here](https://hub.docker.com/r/apache/tika/tags?page=1&ordering=last_updated).