Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Jan 2, 2024
1 parent e8c06e0 commit c1d3a57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# github.com/OCR-D/core
# https://hub.docker.com/r/ocrd/core/dockerfile
# ocrd/core # ubuntu:18.04
FROM ocrd/core:latest
ARG VERSION=latest
FROM ocrd/core:$VERSION

ARG VCS_REF
ARG BUILD_DATE
Expand Down

0 comments on commit c1d3a57

Please sign in to comment.