⬆️ Update ocrd_fileformat + use in default workflow to convert to ALTO

This commit is contained in:
Gerber, Mike 2021-02-04 17:36:55 +01:00
parent 3bb5e401c7
commit baddafa1ea
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM my_ocrd_workflow-core
ARG PIP_INSTALL="pip install --no-cache-dir"
ARG OCRD_FILEFORMAT_VERSION="0.1.1"
ARG OCRD_FILEFORMAT_VERSION="0.2.0"
RUN apt-get update && \