Merge pull request #83 from makrsmark/pipenv-upgrade

using latest pipenv
This commit is contained in:
Jack Sweeney 2022-12-22 21:01:08 -05:00 committed by GitHub
commit 8d28a925a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
RUN apt-get update && apt-get -y install google-chrome-stable
# Add pipenv
RUN pip install pipenv==2021.5.29
RUN pip install pipenv==2022.11.30
# Install dependencies
RUN pipenv install