diff options
Diffstat (limited to 'Library/Formula')
| -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 |
