mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-02 11:03:38 +00:00
Chore: bump base image to update tesseract version (#680)
* dockerfile * changelog version * version bump
This commit is contained in:
parent
7df31ead75
commit
533689196b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.7.2-dev5" # pragma: no cover
|
||||
__version__ = "0.7.2-dev6" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user