Skip to content

Commit 8eeb9a5

Browse files
authored
Update desktop-linux-launch.md (#23487)
## Description While installing docker desktop the version number's for docker compose/cli/engine mentioned weren't updated hence I updated them. Update: ```console $ docker compose version Docker Compose version v2.39.4 $ docker --version Docker version 28.4.0, build d8eb465 $ docker version Client: Version: 28.4.0 API version: 1.51 Go version: go1.24.7 <...> ``` Signed-off-by: fyzanshaik <[email protected]>
1 parent b6a1061 commit 8eeb9a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/includes/desktop-linux-launch.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ of these binaries by running the following commands:
3535

3636
```console
3737
$ docker compose version
38-
Docker Compose version v2.29.1
38+
Docker Compose version v2.39.4
3939

4040
$ docker --version
41-
Docker version 27.1.1, build 6312585
41+
Docker version 28.4.0, build d8eb465
4242

4343
$ docker version
44-
Client:
45-
Version: 23.0.5
46-
API version: 1.42
47-
Go version: go1.21.12
44+
Client:
45+
Version: 28.4.0
46+
API version: 1.51
47+
Go version: go1.24.7
4848
<...>
4949
```
5050

0 commit comments

Comments
 (0)