diff --git a/CHANGELOG.md b/CHANGELOG.md index 2422dc70eb..57b26336ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.15.5-dev0 +## 0.15.5-dev1 ### Enhancements @@ -6,9 +6,9 @@ ### Fixes +* **Bump `libreoffice` verson in image.** Bumps the `libreoffice` version to `25.2.5.2` to address CVEs. * **Downgrade NLTK dependency version for compatibility**. Due to the unavailability of `nltk==3.8.2` on PyPI, the NLTK dependency has been downgraded to `<3.8.2`. This change ensures continued functionality and compatibility. - ## 0.15.4 ### Enhancements @@ -17,7 +17,7 @@ ### Fixes -* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.** +* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.** ## 0.15.3 diff --git a/Dockerfile b/Dockerfile index c0a67933a9..1745284a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/unstructured-io/base-images:wolfi-base-e48da6b@sha256:8ad3479e5dc87a86e4794350cca6385c01c6d110902c5b292d1a62e231be711b as base +FROM quay.io/unstructured-io/base-images:wolfi-base-latest as base USER root diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 5faa0051d8..dfec7dd472 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.15.5-dev0" # pragma: no cover +__version__ = "0.15.5-dev1" # pragma: no cover