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 1
1
# 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
4
4
# 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
6
6
# github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
7
7
# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ aliases:
13
13
14
14
For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
15
15
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
+
16
30
## 2.37.2
17
31
18
32
{{< 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
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/docker/buildx v0.24 .0 // indirect
6
+ github.com/docker/buildx v0.25 .0 // indirect
7
7
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
9
9
github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01 // indirect
10
10
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
12
12
github.com/moby/moby v28.2.1+incompatible // indirect
13
13
)
14
14
15
15
replace (
16
16
github.com/docker/buildx => github.com/docker/buildx v0.24.0
17
17
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
19
19
github.com/docker/model-cli => github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
20
20
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
21
21
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
26
26
github.com/docker/compose/v2 v2.37.0 /go.mod h1:twDoqUBFO2L5+vccJjkR6shQOH8C50V8AAQPxlkFr2Q =
27
27
github.com/docker/compose/v2 v2.37.1 h1:d/LO338bB7jxHvQwVHSBAjIgitDK2+Dl5IXJImL/bAA =
28
28
github.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 =
29
31
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
30
32
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
31
33
github.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:
140
140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141
141
docker_ce_version_prev : " 28.1.0"
142
142
# Latest Docker Compose version
143
- compose_version : " v2.37.2 "
143
+ compose_version : " v2.37.3 "
144
144
# Latest BuildKit version
145
145
buildkit_version : " 0.22.0"
146
146
You can’t perform that action at this time.
0 commit comments