docker-compose 1.25.0
Closes #46892. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
e67a2ea5e6
commit
63abdffabd
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +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.24.1.tar.gz"
|
||||
sha256 "63a0e0d3819ff77aebd3d5ea30f77b36475ed522c4dabed2eb10636e35aa9370"
|
||||
revision 1
|
||||
url "https://github.com/docker/compose/archive/1.25.0.tar.gz"
|
||||
sha256 "a8abb3b62e1b4e1cce50ee23940b619220226ff2449d4398b27c848b76d2c280"
|
||||
head "https://github.com/docker/compose.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue