aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-03-08 09:56:45 +0000
committerMike McQuaid2015-03-08 10:48:59 +0000
commit5878311e0435d3c8ee2aecadb9e07882d2925829 (patch)
treeea9505898ab9d375baba9c192d6dfb9634b3ea64 /Library/Formula/docker.rb
parent267f2d9fd5b0f39f69373d548c93806aced706f7 (diff)
downloadhomebrew-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.rb3
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