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
parent
551bc2e497
commit
8196c4666d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue