docker 1.11.2
Closes #1653. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
923781dde5
commit
3d1d883850
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Docker < Formula
|
|||
desc "Pack, ship and run any application as a lightweight container"
|
||||
homepage "https://www.docker.com/"
|
||||
url "https://github.com/docker/docker.git",
|
||||
:tag => "v1.11.1",
|
||||
:revision => "5604cbed50d51c4039b1abcb1cf87c4e01bce924"
|
||||
:tag => "v1.11.2",
|
||||
:revision => "b9f10c951893f9a00865890a5232e85d770c1087"
|
||||
|
||||
head "https://github.com/docker/docker.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue