Skip to content

Commit 6149a97

Browse files
committed
docker-compose 2.40.1
1 parent 8e36183 commit 6149a97

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.40.0.tar.gz"
5-
sha256 "4b4a0989ac393f7c2bdacda565a167ee0c7347fb20d1e6110477ad4d18b28a02"
4+
url "https://github.com/docker/compose/archive/refs/tags/v2.40.1.tar.gz"
5+
sha256 "1f6a066533f25ae61fac7b196c030d10693b8669f21f3798e738d70cea158853"
66
license "Apache-2.0"
77
head "https://github.com/docker/compose.git", branch: "main"
88

0 commit comments

Comments
 (0)