docker-compose 2.2.2

Closes #90376.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Branch Vincent 2021-12-03 11:17:03 -05:00 committed by BrewTestBot
parent b19e75a346
commit 3cb77beb65
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 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.1.1.tar.gz"
sha256 "5c9246c34cafeb51b3289c016cb2cbdd08b3eda87b0f8d4cc02fd7630cfdbd7b"
url "https://github.com/docker/compose/archive/v2.2.2.tar.gz"
sha256 "001cf72f6bc8a8c43d100389e0bbd3d4d5f5c523f4e3f7ddd53f6a4cd2d6cb18"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "v2"
@ -36,6 +36,6 @@ class DockerCompose < Formula
test do
output = shell_output(bin/"docker-compose up 2>&1", 14)
assert_match "can't find a suitable configuration file", output
assert_match "no configuration file provided", output
end
end