docker-compose 1.21.0
Closes #26456. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0fc86ca63e
commit
50054fe4fe
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class DockerCompose < Formula
|
|||
|
||||
desc "Isolated development environments using Docker"
|
||||
homepage "https://docs.docker.com/compose/"
|
||||
url "https://github.com/docker/compose/archive/1.20.1.tar.gz"
|
||||
sha256 "49a0e2c7a49a5b161c3e74dfdae8173e18174b1fcd8d7675c556a988f0ed95d1"
|
||||
url "https://github.com/docker/compose/archive/1.21.0.tar.gz"
|
||||
sha256 "75c954d27f43e6e50f3710f4157abad264d6744f8b96c9edd25569d356b8f596"
|
||||
head "https://github.com/docker/compose.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue