Skip to content

Commit

Permalink
Upgrade pipenv to fix benjefferies#23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Aquino committed Sep 17, 2021
1 parent 16c3226 commit 37094b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONUSERBASE $PYROOT

FROM base AS builder

RUN pip install pipenv==2020.6.2 && \
RUN pip install pipenv==2020.8.13 && \
apt-get update -y && \
apt-get install -y git

Expand Down

0 comments on commit 37094b2

Please sign in to comment.