diff options
| author | John Claus | 2014-08-23 00:05:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-23 00:05:17 -0500 |
| commit | 360adfa6be65a3efb2620ec19ba750311e549342 (patch) | |
| tree | 1411b40490ccf54d22f561b44b34fc364e98c5c4 /Library | |
| parent | acc4cd945cf4701b457fcfdda5d6517337f3fd76 (diff) | |
| download | homebrew-360adfa6be65a3efb2620ec19ba750311e549342.tar.bz2 | |
docker 1.2.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 c79b30a6e..eb9277b02 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -4,7 +4,7 @@ class Docker < Formula homepage "http://docker.io" # Boot2docker and docker are generally updated at the same time. # Please update the version of boot2docker too - url "https://github.com/dotcloud/docker.git", :tag => "v1.1.2" + url "https://github.com/dotcloud/docker.git", :tag => "v1.2.0" bottle do sha1 "caaca765d2caf1c59904cbddfa8e62c89f32767d" => :mavericks |
