From 5e2dbd40040050fdb163928b3ae36777d441262c Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 14 Jun 2018 14:57:40 -0300 Subject: [PATCH] Downgrade docker to 3.1.3 because of timeouts in EXEC call --- requirements/pip.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 8966075bb..bcc03d1dc 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -67,9 +67,10 @@ stripe==1.20.2 django-formtools==2.1 # docker is pinned to 3.1.3 because we found some strange behavior -# related to timeouts on EXEC with 3.2.1 that's not present with 3.1.3 +# related to timeouts on EXEC with 3.2.1 and 3.3.0 that's not present +# with 3.1.3 # https://github.com/rtfd/readthedocs.org/issues/3999 -docker==3.3.0 +docker==3.1.3 django-textclassifier==1.0 django-annoying==0.10.4