We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ce4a7 commit eb0b325Copy full SHA for eb0b325
Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.8
3
4
FROM python:${PYTHON_VERSION} AS lock
5
WORKDIR /var/lib/pandas/
6
-RUN pip install pipenv==2018.11.26
+RUN pip install pipenv==2020.8.13
7
RUN pipenv install 2>&1
8
COPY Pipfile* /var/lib/pandas/
9
RUN pipenv lock --requirements > requirements.txt
0 commit comments