You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(docker): switch to chainguard wolfi-base, upgrade deps to 0.0.93 (#539)
- Replace quay.io/unstructured-io/base-images:wolfi-base-latest with
cgr.dev/chainguard/wolfi-base:latest
- Inline all base image setup: system packages, user creation,
libreoffice initialization, tesseract data
- Add pandoc-3.1.8-r0.apk package for document conversion
- Add initialize-libreoffice.sh script for soffice config
- Simplify Dockerfile by removing unnecessary multi-stage build
- Remove unused Python versions (3.10, 3.11, 3.13)
- Upgrade unstructured to 0.18.31 and other dependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.0.93
2
+
* Refactored the Dockerfile to use the chainguard/wolfi-base image instead of the unstructured/base-image. This is to align with the recent change in the unstructured repo where the same change was made.
3
+
* upgraded dependancies to address CVEs
4
+
1
5
## 0.0.92
2
6
* Upgrade pdfminer-six to 20260107 to fix ~15-18% performance regression from eager f-string evaluation
0 commit comments