docker 1.12.3
Closes #6909. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
390ae8cdcb
commit
50a2dbce1c
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.2",
|
:tag => "v1.12.3",
|
||||||
:revision => "bb80604a0b200140a440675348c848a137a1b2e2"
|
:revision => "6b644ecc1977c479212676757bff05664fcb655a"
|
||||||
|
|
||||||
head "https://github.com/docker/docker.git"
|
head "https://github.com/docker/docker.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue