Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest pipenv and bump pipenv python version to 3.7 #14

Merged
merged 1 commit into from Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.