Skip to content

Commit e3a570a

Browse files
committed
docker-compose 2.39.2
1 parent 622ea38 commit e3a570a

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.39.1.tar.gz"
5-
sha256 "35287aff54d826241fb727b3024b1cb46849770ac8dd166f0702f8aa2b5f7e30"
4+
url "https://github.com/docker/compose/archive/refs/tags/v2.39.2.tar.gz"
5+
sha256 "3d082806391381310ba509a106dafa01c435b86b15818de541afe9d6c68a1cee"
66
license "Apache-2.0"
77
head "https://github.com/docker/compose.git", branch: "main"
88

0 commit comments

Comments
 (0)