⚙️ Use Docker build ARGs for build args

This commit is contained in:
Gerber, Mike 2020-09-25 16:15:43 +02:00
parent 311e3eab88
commit cf43f9af98
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
FROM my_ocrd_workflow-core
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
ENV OCRD_OLENA_VERSION 1.2.0
ARG OCRD_OLENA_VERSION="1.2.0"
# Build ocrd_olena