diff options
| author | Alex Gaynor | 2015-02-10 18:01:39 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-11 14:17:27 +0000 | 
| commit | a8b13677224cb0ab4d88c09ccd25adee60e2500d (patch) | |
| tree | 0ea14601b3505ab9fff1998e807c0d020440cc63 | |
| parent | 966bb7fce6d9f7606fb427c33d43ef07b6e1c73e (diff) | |
| download | homebrew-a8b13677224cb0ab4d88c09ccd25adee60e2500d.tar.bz2 | |
docker 1.5.0
| -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 | 
