Skip to content

Commit 96d03c1

Browse files
committed
docker-compose 2.30.0
1 parent c3a6f2f commit 96d03c1

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.29.7.tar.gz"
5-
sha256 "01b759bc7c301096079dd51c5573751fe7b08ebcc7fde46b40d318539b0d4d8a"
4+
url "https://github.com/docker/compose/archive/refs/tags/v2.30.0.tar.gz"
5+
sha256 "f2bfce36128a14862192162dfd03bb1f4a493c0cb09ebe9b13105b2e12e4a088"
66
license "Apache-2.0"
77
head "https://github.com/docker/compose.git", branch: "main"
88

0 commit comments

Comments
 (0)