File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 11# github.com/moby/moby v28.2.1+incompatible
2- # github.com/moby/buildkit v0.22.0
3- # github.com/docker/buildx v0.24 .0
2+ # github.com/moby/buildkit v0.23.1
3+ # github.com/docker/buildx v0.25 .0
44# github.com/docker/cli v28.2.2+incompatible
5- # github.com/docker/compose/v2 v2.37.2
5+ # github.com/docker/compose/v2 v2.37.3
66# github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
77# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.37.3
17+
18+ {{< release-date date="2025-06-24" >}}
19+
20+ ### Bug fixes and enhancements
21+
22+ - Added support of ` cache_to ` for Bake
23+ - Fixed issue with Bake integration
24+ - Fixed multiple issues affecting ` run ` command
25+
26+ ### Update
27+
28+ - Dependencies upgrade: bump buildkit to v0.23.1
29+
1630## 2.37.2
1731
1832{{< release-date date="2025-06-20" >}}
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/docker/docs
33go 1.24.0
44
55require (
6- github.com/docker/buildx v0.24 .0 // indirect
6+ github.com/docker/buildx v0.25 .0 // indirect
77 github.com/docker/cli v28.2.2+incompatible // indirect
8- github.com/docker/compose/v2 v2.37.2 // indirect
8+ github.com/docker/compose/v2 v2.37.3 // indirect
99 github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01 // indirect
1010 github.com/docker/scout-cli v1.15.0 // indirect
11- github.com/moby/buildkit v0.22.0 // indirect
11+ github.com/moby/buildkit v0.23.1 // indirect
1212 github.com/moby/moby v28.2.1+incompatible // indirect
1313)
1414
1515replace (
1616 github.com/docker/buildx => github.com/docker/buildx v0.24.0
1717 github.com/docker/cli => github.com/docker/cli v28.2.1+incompatible
18- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.37.1
18+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.37.3
1919 github.com/docker/model-cli => github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
2020 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
2121 github.com/moby/buildkit => github.com/moby/buildkit v0.22.0
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ6
2626github.com/docker/compose/v2 v2.37.0 /go.mod h1:twDoqUBFO2L5+vccJjkR6shQOH8C50V8AAQPxlkFr2Q =
2727github.com/docker/compose/v2 v2.37.1 h1:d/LO338bB7jxHvQwVHSBAjIgitDK2+Dl5IXJImL/bAA =
2828github.com/docker/compose/v2 v2.37.1 /go.mod h1:yyprfHgPYV+ydOoL1gp8nIIlZ730ughSvz8D1VamayU =
29+ github.com/docker/compose/v2 v2.37.3 h1:RKaTVsWmqvJd6GP9EWPZ6fu4ezl8tfG1V7bRijToGJI =
30+ github.com/docker/compose/v2 v2.37.3 /go.mod h1:U5PKGy7r7M7u2oVhz41NzlNglJFCdMrrThBOH5x00hk =
2931github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
3032github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
3133github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ params:
140140 # (Used to show e.g., "latest" and "latest"-1 in engine install examples
141141 docker_ce_version_prev : " 28.1.0"
142142 # Latest Docker Compose version
143- compose_version : " v2.37.2 "
143+ compose_version : " v2.37.3 "
144144 # Latest BuildKit version
145145 buildkit_version : " 0.22.0"
146146
You can’t perform that action at this time.
0 commit comments