Chore: bump base image to update tesseract version (#680)

* dockerfile

* changelog version

* version bump
This commit is contained in:
Yuming Long 2023-06-06 13:01:16 -04:00 committed by GitHub
parent 7df31ead75
commit 533689196b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
## 0.7.2-dev5
## 0.7.2-dev6
### Enhancements
* Bump version of base image to use new stable version of tesseract
### Features
### Fixes

View File

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

View File

@ -1 +1 @@
__version__ = "0.7.2-dev5" # pragma: no cover
__version__ = "0.7.2-dev6" # pragma: no cover