We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6f2f commit 96d03c1Copy full SHA for 96d03c1
Formula/d/docker-compose.rb
@@ -1,8 +1,8 @@
1
class DockerCompose < Formula
2
desc "Isolated development environments using Docker"
3
homepage "https://docs.docker.com/compose/"
4
- url "https://github.com/docker/compose/archive/refs/tags/v2.29.7.tar.gz"
5
- sha256 "01b759bc7c301096079dd51c5573751fe7b08ebcc7fde46b40d318539b0d4d8a"
+ url "https://github.com/docker/compose/archive/refs/tags/v2.30.0.tar.gz"
+ sha256 "f2bfce36128a14862192162dfd03bb1f4a493c0cb09ebe9b13105b2e12e4a088"
6
license "Apache-2.0"
7
head "https://github.com/docker/compose.git", branch: "main"
8
0 commit comments