mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-01 18:43:04 +00:00
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:
parent
d0211cc41f
commit
e64e09507a
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.15.5-dev0" # pragma: no cover
|
||||
__version__ = "0.15.5-dev1" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user