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 749c6dd commit de7d155Copy full SHA for de7d155
Dockerfile
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.10
2
3
FROM python:$PYTHON_VERSION AS lock
4
WORKDIR /var/lib/pandas/
5
-RUN pip install pipenv==2022.8.19
+RUN pip install pipenv==2022.8.24
6
RUN pipenv --python $PYTHON_VERSION
7
COPY Pipfile* /var/lib/pandas/
8
RUN pipenv lock
0 commit comments