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 360f1c8 commit e52e89fCopy full SHA for e52e89f
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.39.4.tar.gz"
5
- sha256 "8f3db575b2533dfc0b04e233050593f0d9a435a117cc8b8653b4e89f0813857c"
+ url "https://github.com/docker/compose/archive/refs/tags/v2.40.0.tar.gz"
+ sha256 "4b4a0989ac393f7c2bdacda565a167ee0c7347fb20d1e6110477ad4d18b28a02"
6
license "Apache-2.0"
7
head "https://github.com/docker/compose.git", branch: "main"
8
0 commit comments