Skip to content

Commit

Permalink
Downgrade docker to 3.1.3 (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored and agjohnson committed Apr 23, 2018
1 parent c3af6ec commit a1ef0bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ stripe==1.20.2

django-formtools==2.1
django-dynamic-fixture==2.0.0
docker==3.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
# https://github.com/rtfd/readthedocs.org/issues/3999
docker==3.1.3

django-textclassifier==1.0
django-annoying==0.10.4
django-messages-extends==0.6.0
Expand Down

0 comments on commit a1ef0bb

Please sign in to comment.