We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df31ea commit 5336891Copy full SHA for 5336891
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-## 0.7.2-dev5
+## 0.7.2-dev6
2
3
### Enhancements
4
5
+* Bump version of base image to use new stable version of tesseract
6
+
7
### Features
8
9
### Fixes
Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
-FROM quay.io/unstructured-io/base-images:rocky8.7
+FROM quay.io/unstructured-io/base-images:rocky8.7-1
ARG PIP_VERSION
unstructured/__version__.py
@@ -1 +1 @@
-__version__ = "0.7.2-dev5" # pragma: no cover
+__version__ = "0.7.2-dev6" # pragma: no cover
0 commit comments