Skip to content

Commit

Permalink
Downgrade docker to 3.1.3 because of timeouts in EXEC call (#4241)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored and agjohnson committed Jun 14, 2018
1 parent 1fa6cf6 commit 37a2b79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37a2b79

Please sign in to comment.