Skip to content

Commit

Permalink
pipenv ~> 2023.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Aug 30, 2023
1 parent 54dde9c commit 5d9de89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.11

FROM python:$PYTHON_VERSION AS lock
WORKDIR /var/lib/pandas/
RUN pip install pipenv==2023.5.19
RUN pip install pipenv==2023.8.28
RUN pipenv --python $PYTHON_VERSION
COPY Pipfile* ./
RUN pipenv lock
Expand Down

0 comments on commit 5d9de89

Please sign in to comment.