docker-compose 1.22.0
Closes #30200. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
3aa522a422
commit
4865dbbe1a
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.21.2.tar.gz"
|
||||
sha256 "3fdaa361dceb919b6008a925b8b672d7402cc3dd8277b8f26b028dd546d39926"
|
||||
url "https://github.com/docker/compose/archive/1.22.0.tar.gz"
|
||||
sha256 "d28a2e96976dae306f480f656e4487a0334a5f95c456408f4bbe4acc5760ffa0"
|
||||
head "https://github.com/docker/compose.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue