docker-compose 2.15.1

Closes #120134.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Ruoyu Zhong 2023-01-09 23:12:36 +08:00 committed by BrewTestBot
parent 551bc2e497
commit 8196c4666d
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.15.0.tar.gz"
sha256 "da1e2b9760596dad690d5c6bc1a1c3868c67994836c2bb7e3ffbe9c811a9c580"
url "https://github.com/docker/compose/archive/v2.15.1.tar.gz"
sha256 "8ace5441826c6f07f5aa12c1864f73d30a362703492d9ed4b2e2314d3b353b1b"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "v2"