docker 1.12.2
Closes #5965. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
de69e34255
commit
7ee78c6cdd
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"
|
desc "Pack, ship and run any application as a lightweight container"
|
||||||
homepage "https://www.docker.com/"
|
homepage "https://www.docker.com/"
|
||||||
url "https://github.com/docker/docker.git",
|
url "https://github.com/docker/docker.git",
|
||||||
:tag => "v1.12.1",
|
:tag => "v1.12.2",
|
||||||
:revision => "23cf638307f030cd8d48c9efc21feec18a6f88f8"
|
:revision => "bb80604a0b200140a440675348c848a137a1b2e2"
|
||||||
|
|
||||||
head "https://github.com/docker/docker.git"
|
head "https://github.com/docker/docker.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue