docker 18.09.5
Closes #38836. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ed9609660b
commit
bd7571184b
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-ce.git",
|
url "https://github.com/docker/docker-ce.git",
|
||||||
:tag => "v18.09.4",
|
:tag => "v18.09.5",
|
||||||
:revision => "d14af54266dfeb55872100e28d14231b1baafe85"
|
:revision => "e8ff056dbcfadaeca12a5f508b0cec281126c01d"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue