From 6f19aa4cfb9e054297d9bde290ede2409202ba4d Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 11 Jul 2018 23:02:49 +0200 Subject: [PATCH] fixup! chg: [host] update docker-compose version --- precise/host/hooks/install.d/70-0k.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 2275e37..04f7f7a 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -160,8 +160,8 @@ else ( cd /opt/apps/docker-compose && python setup.py install ) - if ! pip freeze | grep "^requests==2.6.1\$" >/dev/null 2>&1; then - pip install requests==2.6.1 --upgrade + if ! pip freeze | grep "^requests==2.17.3\$" >/dev/null 2>&1; then + pip install requests==2.17.3 --upgrade fi deactivate