ARG PYVERSION
FROM docker.io/python:${PYVERSION}

ARG VERSION
RUN pip install pipenv=="${VERSION}"
