From 2d44e312763f3df64622d9079348e72317cfaac5 Mon Sep 17 00:00:00 2001 From: phracek Date: Tue, 2 Jun 2020 07:15:46 +0000 Subject: [PATCH] Merge pull request #383 from tumido/fix-pipenv\n\nhotfix: Pipenv version lock \n\nUpstreamCommitID: d372878c8faad44faec1f238047e0a8258a2e5dc\nUpstreamCommitLink: https://github.com/sclorg/s2i-python-container/commit/d372878c8faad44faec1f238047e0a8258a2e5dc\nUpstreamRepository: https://github.com/sclorg/s2i-python-container --- s2i/bin/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i/bin/assemble b/s2i/bin/assemble index ceeee65..a42dd53 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -58,7 +58,7 @@ if [[ ! -z "$UPGRADE_PIP_TO_LATEST" ]]; then fi if [[ ! -z "$ENABLE_PIPENV" ]]; then - install_tool "pipenv" + install_tool "pipenv" "==2018.11.26" echo "---> Installing dependencies via pipenv ..." if [[ -f Pipfile ]]; then pipenv install --deploy