diff options
| author | Thomas Parisot | 2014-12-18 12:10:33 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-18 14:06:29 +0000 |
| commit | 0a1a7dbeb7fb762d2058264fa02b40afe6bb0b1f (patch) | |
| tree | eca061e18b53a829cb81f09f3e71f08f7f87f78c | |
| parent | e01445270f3d2046d02a0b83203875e163b3aeb4 (diff) | |
| download | homebrew-0a1a7dbeb7fb762d2058264fa02b40afe6bb0b1f.tar.bz2 | |
docker 1.4.1
Closes #34921.
Closes #35087.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 18b663f6c..2b1b8847e 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.3.3" + url "https://github.com/docker/docker.git", :tag => "v1.4.1" bottle do sha1 "aa72e6dd64d8b2f6f4f733e20cd2bdaa1bb923e3" => :yosemite |
