Skip to content

Commit

Permalink
docker-compose 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Feb 12, 2025
1 parent b5a3b54 commit 5cac635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/d/docker-compose.rb
Original file line number Diff line number Diff line change
@@ -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/refs/tags/v2.32.4.tar.gz"
sha256 "2574c30f5746f43209b203c1acb23c26a92598944d990c12eafecda663b80e9c"
url "https://github.com/docker/compose/archive/refs/tags/v2.33.0.tar.gz"
sha256 "6543bc9876688d021310df2b910a7f93b5710464660fab9a63e0c6cb1f2ac48d"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "main"

Expand Down Expand Up @@ -45,7 +45,7 @@ def caveats
end

test do
output = shell_output(bin/"docker-compose up 2>&1", 14)
output = shell_output(bin/"docker-compose up 2>&1", 1)
assert_match "no configuration file provided", output
end
end

0 comments on commit 5cac635

Please sign in to comment.