Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored May 15, 2023
1 parent 9bc502d commit 6143673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ LABEL \
org.label-schema.build-date=$BUILD_DATE \
org.opencontainers.image.vendor="Saxon State and University Library Dresden" \
org.opencontainers.image.title="OCR-D Manager" \
org.opencontainers.image.description="Frontend for OCR-D Controller"
org.opencontainers.image.source="https://github.com/slub/ocrd_manager"
org.opencontainers.image.documentation="https://github.com/slub/ocrd_manager/blob/${VCS_REF}/README.md"
org.opencontainers.image.revision=$VCS_REF
org.opencontainers.image.description="Frontend for OCR-D Controller" \
org.opencontainers.image.source="https://github.com/slub/ocrd_manager" \
org.opencontainers.image.documentation="https://github.com/slub/ocrd_manager/blob/${VCS_REF}/README.md" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE

ARG KITODO_MQ_CLIENT_VERSION=0.2
Expand Down

0 comments on commit 6143673

Please sign in to comment.