update versions for 3.2.0.0 release
diff --git a/.env b/.env
index 449d3b6..62e239a 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-TAG=3.1.0.0
\ No newline at end of file
+TAG=3.2.0.0
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 0e7c8ea..cdb1d91 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,12 @@
a four digit version, where the first three are the Tika version and the last one is the docker version.
As of 2.5.0.2, we started tagging release commits in our github repo.
+* 3.2.0.0 (2 Jun 2025)
+ * First 3.2.0 release
+ * Update base to plucky
+ * Add Japanese language pack for tesseract
+ * Add ImageMagick
+
* 3.1.0.0 (31 Jan 2025)
* First 3.1.0 release
* Update base to oracular
diff --git a/README.md b/README.md
index 7be2beb..6f9e361 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,20 @@
* French
* German
* Italian
-* Spanish.
+* Spanish
+* Japanese
To install more languages simply update the apt-get command to include the package containing the language you required, or include your own custom packs using an ADD command.
## Available Tags
Below are the most recent 3.x series tags:
-- `latest`, `3.0.0.0`: Apache Tika Server 3.0.0.0 (Minimal)
-- `latest-full`, `3.0.0.0-full`: Apache Tika Server 3.0.0.0 (Full)
+- `latest`, `3.2.0.0`: Apache Tika Server 3.0.0.0 (Minimal)
+- `latest-full`, `3.2.0.0-full`: Apache Tika Server 3.0.0.0 (Full)
+- `3.2.0.0`, `3.2.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
+- `3.2.0.0`, `3.2.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
+- `3.1.0.0`, `3.1.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
+- `3.1.0.0`, `3.1.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
- `3.0.0.0`, `3.0.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
- `3.0.0.0`, `3.0.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
- `3.0.0.0-BETA2`, `3.0.0.0-BETA2`: Apache Tika Server 3.0.0.0-BETA2 (Minimal)
diff --git a/full/Dockerfile b/full/Dockerfile
index 5099515..1b91839 100644
--- a/full/Dockerfile
+++ b/full/Dockerfile
@@ -15,7 +15,7 @@
# the subsequent stages -- see TIKA-3912
ARG UID_GID="35002:35002"
-FROM ubuntu:oracular AS base
+FROM ubuntu:plucky AS base
FROM base AS fetch_tika
diff --git a/minimal/Dockerfile b/minimal/Dockerfile
index 7335d04..1c51959 100644
--- a/minimal/Dockerfile
+++ b/minimal/Dockerfile
@@ -16,7 +16,7 @@
# the subsequent stages -- see TIKA-3912
ARG UID_GID="35002:35002"
-FROM ubuntu:oracular AS base
+FROM ubuntu:plucky AS base
FROM base AS fetch_tika