Skip to content

Commit

Permalink
update pipenv on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed May 30, 2024
1 parent 811dd0b commit 594ea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10.1-alpine

RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \
set -ex && \
pip install --no-cache-dir pipenv==10.1.2
pip install --no-cache-dir pipenv==2023.12.1

ADD Pipfile Pipfile
ADD Pipfile.lock Pipfile.lock
Expand Down

0 comments on commit 594ea07

Please sign in to comment.