build: update to latest base image (#3524)

### Summary

Updates to the latest `wolfi-base` base image to pull in more recent
package version. A notable update is that upgrading to
`libreoffice==24.2.5.2` resolves several CVEs.

---------

Co-authored-by: christinestraub <christinemstraub@gmail.com>
This commit is contained in:
Matt Robinson 2024-08-16 00:27:41 -05:00 committed by GitHub
parent d0211cc41f
commit e64e09507a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
__version__ = "0.15.5-dev0" # pragma: no cover
__version__ = "0.15.5-dev1" # pragma: no cover