docker-compose 2.15.0

Closes #119830.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Zhong Ruoyu 2023-01-05 18:13:06 +08:00 committed by BrewTestBot
parent 392a295c88
commit 2b3ee44ded
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class DockerCompose < Formula
desc "Isolated development environments using Docker"
homepage "https://docs.docker.com/compose/"
url "https://github.com/docker/compose/archive/v2.14.2.tar.gz"
sha256 "72f25596fdaf3bfbb685460c6003acd7ea904b95f12151f892bb199f985fa285"
url "https://github.com/docker/compose/archive/v2.15.0.tar.gz"
sha256 "da1e2b9760596dad690d5c6bc1a1c3868c67994836c2bb7e3ffbe9c811a9c580"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "v2"