diff options
| author | Mike McQuaid | 2015-03-08 09:56:45 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-08 10:48:59 +0000 |
| commit | 5878311e0435d3c8ee2aecadb9e07882d2925829 (patch) | |
| tree | ea9505898ab9d375baba9c192d6dfb9634b3ea64 /Library/Formula/docker.rb | |
| parent | 267f2d9fd5b0f39f69373d548c93806aced706f7 (diff) | |
| download | homebrew-5878311e0435d3c8ee2aecadb9e07882d2925829.tar.bz2 | |
docker: add tag revision.
Closes #37485.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/docker.rb')
| -rw-r--r-- | Library/Formula/docker.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb index b0d977b84..d8012c7d4 100644 --- a/Library/Formula/docker.rb +++ b/Library/Formula/docker.rb @@ -2,7 +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" + url "https://github.com/docker/docker.git", :tag => "v1.5.0", + :revision => "a8a31eff10544860d2188dddabdee4d727545796" bottle do cellar :any |
