docker 18.06.1
Closes #31391. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
35058cd353
commit
ccd029acab
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-ce.git",
|
||||
:tag => "v18.06.0-ce",
|
||||
:revision => "0ffa8257ec673ed6849b73b03fb01b0cac90fdb3"
|
||||
:tag => "v18.06.1-ce",
|
||||
:revision => "e68fc7a215d7133c34aa18e3b72b4a21fd0c6136"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue