Skip to content

Commit e64e095

Browse files
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 <[email protected]>
1 parent d0211cc commit e64e095

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## 0.15.5-dev0
1+
## 0.15.5-dev1
22

33
### Enhancements
44

55
### Features
66

77
### Fixes
88

9+
* **Bump `libreoffice` verson in image.** Bumps the `libreoffice` version to `25.2.5.2` to address CVEs.
910
* **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.
1011

11-
1212
## 0.15.4
1313

1414
### Enhancements
@@ -17,7 +17,7 @@
1717

1818
### Fixes
1919

20-
* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.**
20+
* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.**
2121

2222
## 0.15.3
2323

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/unstructured-io/base-images:wolfi-base-e48da6b@sha256:8ad3479e5dc87a86e4794350cca6385c01c6d110902c5b292d1a62e231be711b as base
1+
FROM quay.io/unstructured-io/base-images:wolfi-base-latest as base
22

33
USER root
44

Diff for: unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.5-dev0" # pragma: no cover
1+
__version__ = "0.15.5-dev1" # pragma: no cover

0 commit comments

Comments
 (0)