Skip to content

Commit de7d155

Browse files
committed
pipenv ~> 2022.8.24
1 parent 749c6dd commit de7d155

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
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.10
22

33
FROM python:$PYTHON_VERSION AS lock
44
WORKDIR /var/lib/pandas/
5-
RUN pip install pipenv==2022.8.19
5+
RUN pip install pipenv==2022.8.24
66
RUN pipenv --python $PYTHON_VERSION
77
COPY Pipfile* /var/lib/pandas/
88
RUN pipenv lock

0 commit comments

Comments
 (0)