docker 1.13.1
Closes #9773. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
0f2e7b655a
commit
128cce909d
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.13.0",
|
||||
:revision => "49bf474f9ed7ce7143a59d1964ff7b7fd9b52178"
|
||||
:tag => "v1.13.1",
|
||||
:revision => "092cba3727bb9b4a2f0e922cd6c0f93ea270e363"
|
||||
|
||||
head "https://github.com/docker/docker.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue