diff options
| -rw-r--r-- | Library/Formula/docker.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index 31d31d65c..71580b7d3 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -4,7 +4,7 @@ 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.4.1" +  url "https://github.com/docker/docker.git", :tag => "v1.5.0"    bottle do      sha1 "71a4d59ee4d12d7cff6e1125b154596e9de1d271" => :yosemite | 
