Skip to content

Commit 84a1b31

Browse files
committed
docker-compose 2.30.3
1 parent 7f94c5e commit 84a1b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/d/docker-compose.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DockerCompose < Formula
22
desc "Isolated development environments using Docker"
33
homepage "https://docs.docker.com/compose/"
4-
url "https://github.com/docker/compose/archive/refs/tags/v2.30.2.tar.gz"
5-
sha256 "ef5e2de92672a4de8d9d30111c15f99765a52f121bbe6dcfe26388e82a108e61"
4+
url "https://github.com/docker/compose/archive/refs/tags/v2.30.3.tar.gz"
5+
sha256 "b9b6f45ccad892a3f9353a03b6bdf3f79ea15ee2076f98bf013ef1db40034378"
66
license "Apache-2.0"
77
head "https://github.com/docker/compose.git", branch: "main"
88

0 commit comments

Comments
 (0)