docker 1.10.3
Closes Homebrew/homebrew#50039. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
452c8c36ee
commit
960418a973
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.10.2",
|
||||
:revision => "c3959b140f33c115c50710d2944dbf7e211bacd0"
|
||||
:tag => "v1.10.3",
|
||||
:revision => "20f81dde9bd97c86b2d0e33bbbf1388018611929"
|
||||
|
||||
head "https://github.com/docker/docker.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue