mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
release-notes for Compose v2.39.4 version (#23430)
<!--Delete sections as needed --> ## Description Add release notes of Compose `v2.39.4` version ## Related issues or tickets N/A ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
4
go.mod
4
go.mod
@@ -17,7 +17,7 @@ require (
|
||||
github.com/distribution/reference v0.6.0 // indirect
|
||||
github.com/docker/buildx v0.28.0 // indirect
|
||||
github.com/docker/cli v28.4.0+incompatible // indirect
|
||||
github.com/docker/compose/v2 v2.39.3 // indirect
|
||||
github.com/docker/compose/v2 v2.39.4 // indirect
|
||||
github.com/docker/distribution v2.8.3+incompatible // indirect
|
||||
github.com/docker/docker v28.4.0+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.9.3 // indirect
|
||||
@@ -111,7 +111,7 @@ require (
|
||||
replace (
|
||||
github.com/docker/buildx => github.com/docker/buildx v0.28.0
|
||||
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
|
||||
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.3
|
||||
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.4
|
||||
github.com/docker/model-cli => github.com/docker/model-cli v0.1.40
|
||||
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
|
||||
github.com/moby/buildkit => github.com/moby/buildkit v0.24.0
|
||||
|
||||
Reference in New Issue
Block a user