Downgrade docker to 3.1.3 because of timeouts in EXEC call

hotfix/docker-313-relcorp
Manuel Kaufmann 2018-06-14 14:57:40 -03:00 committed by Anthony Johnson
parent 86d92e941e
commit 5e2dbd4004
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
1 changed files with 3 additions and 2 deletions

View File

@ -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