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 622ea38 commit e3a570aCopy full SHA for e3a570a
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.1.tar.gz"
5
- sha256 "35287aff54d826241fb727b3024b1cb46849770ac8dd166f0702f8aa2b5f7e30"
+ url "https://github.com/docker/compose/archive/refs/tags/v2.39.2.tar.gz"
+ sha256 "3d082806391381310ba509a106dafa01c435b86b15818de541afe9d6c68a1cee"
6
license "Apache-2.0"
7
head "https://github.com/docker/compose.git", branch: "main"
8
0 commit comments