Skip to content

Commit 60c53de

Browse files
authored
Fix Version Tag (#23961)
Bug: The summary-bar shows a wrong tag and links to a broken URL. Example: Info bar on https://docs.docker.com/compose/compose-sdk - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent ee98ad1 commit 60c53de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Composefile include:
145145
Compose sbom:
146146
requires: Docker Compose [2.39.0](https://github.com/docker/compose/releases/tag/v2.39.0) and later
147147
Compose SDK:
148-
requires: Docker Compose [5.00.0](https://github.com/docker/compose/releases/tag/v5.00.0) and later
148+
requires: Docker Compose [5.0.0](https://github.com/docker/compose/releases/tag/v5.0.0) and later
149149
Dev Environments:
150150
availability: Beta
151151
Docker Build Cloud:

0 commit comments

Comments
 (0)