diff options
| -rw-r--r-- | Library/Formula/docker.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index d8012c7d4..27515bf2e 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -2,8 +2,8 @@ class Docker < Formula    homepage "https://www.docker.com/"    # Boot2docker and docker are generally updated at the same time.    # Please update the version of boot2docker too -  url "https://github.com/docker/docker.git", :tag => "v1.5.0", -    :revision => "a8a31eff10544860d2188dddabdee4d727545796" +  url "https://github.com/docker/docker.git", :tag => "v1.6.0", +    :revision => "47496519da9664202d900d3635bb840509fa9647"    bottle do      cellar :any | 
