Skip to content

Commit

Permalink
deployment: fix pipenv version
Browse files Browse the repository at this point in the history
* Fixes version of pipenv in Dockerfile.base to version 2018.10.9.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep and rerowep committed Dec 9, 2019
1 parent b7c863f commit 9d6d299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM python:3.6-slim-stretch
# require debian packages
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install --no-install-recommends -y git vim-tiny curl gcc gnupg libc6-dev && rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade setuptools wheel pip pipenv
RUN pip install --upgrade setuptools wheel pip pipenv==2018.10.9

# # uwsgi uwsgitop uwsgi-tools

Expand Down

0 comments on commit 9d6d299

Please sign in to comment.