Skip to content

Commit eb0b325

Browse files
committed
pipenv ~> 2020.8.13
1 parent d6ce4a7 commit eb0b325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.8
33

44
FROM python:${PYTHON_VERSION} AS lock
55
WORKDIR /var/lib/pandas/
6-
RUN pip install pipenv==2018.11.26
6+
RUN pip install pipenv==2020.8.13
77
RUN pipenv install 2>&1
88
COPY Pipfile* /var/lib/pandas/
99
RUN pipenv lock --requirements > requirements.txt

0 commit comments

Comments
 (0)