1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🐛 Docker: Fix description

This commit is contained in:
Mike Gerber 2025-04-17 08:10:56 +02:00
parent b7bdca4ac8
commit d974369e13

View file

@ -9,7 +9,7 @@ LABEL \
org.label-schema.build-date=$BUILD_DATE \
org.opencontainers.image.vendor="DFG-Funded Initiative for Optical Character Recognition Development" \
org.opencontainers.image.title="dinglehopper" \
org.opencontainers.image.description="The OCR evaluation tool" \
org.opencontainers.image.description="An OCR evaluation tool" \
org.opencontainers.image.source="https://github.com/qurator-spk/dinglehopper" \
org.opencontainers.image.documentation="https://github.com/qurator-spk/dinglehopper/blob/${VCS_REF}/README.md" \
org.opencontainers.image.revision=$VCS_REF \