Skip to content

Commit

Permalink
Lock pipenv version to work around pypa/pipenv#4273
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyrendell committed Jul 23, 2020
1 parent 12261e4 commit b29bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM python:3.7-slim
MAINTAINER hjrendell@gmail.com

RUN apt-get update && apt-get install -y git
RUN pip install pipenv
RUN pip install 'pipenv==2018.11.26'

WORKDIR /app

Expand Down

0 comments on commit b29bea6

Please sign in to comment.