Skip to content

Commit

Permalink
Use latest pipenv and bump pipenv python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benjefferies committed May 29, 2020
1 parent fae8ed9 commit 065f368
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 51 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Expand Up @@ -6,11 +6,13 @@ ENV PYTHONUSERBASE $PYROOT

FROM base AS builder

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

COPY Pipfile* ./
COPY Pipfile* /home/src/

WORKDIR /home/src

RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore-pipfile

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -12,4 +12,4 @@ configargparse = "*"
github3-py = {git = "https://github.com/sigmavirus24/github3.py"}

[requires]
python_version = "3.6"
python_version = "3.7"
234 changes: 186 additions & 48 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 065f368

Please sign in to comment.