Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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.23.3.tar.gz"
sha256 "29ba96c8d398fbc6f7c791c65e70b97e7df116223f2996062441093258d914fe"
url "https://github.com/docker/compose/archive/refs/tags/v2.24.0.tar.gz"
sha256 "4ceafedf732f9203ccc85f6ec5fff68bae992700339905b0c51ede5b73ebbf45"
license "Apache-2.0"
head "https://github.com/docker/compose.git", branch: "main"

Expand Down