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 7f94c5e commit 84a1b31Copy full SHA for 84a1b31
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.30.2.tar.gz"
5
- sha256 "ef5e2de92672a4de8d9d30111c15f99765a52f121bbe6dcfe26388e82a108e61"
+ url "https://github.com/docker/compose/archive/refs/tags/v2.30.3.tar.gz"
+ sha256 "b9b6f45ccad892a3f9353a03b6bdf3f79ea15ee2076f98bf013ef1db40034378"
6
license "Apache-2.0"
7
head "https://github.com/docker/compose.git", branch: "main"
8
0 commit comments