From 1aef5485868ea059e1e4831a40a9ee396c57d072 Mon Sep 17 00:00:00 2001 From: fyzanshaik Date: Fri, 3 Oct 2025 02:01:56 +0530 Subject: [PATCH] update doc Signed-off-by: fyzanshaik --- content/includes/desktop-linux-launch.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/includes/desktop-linux-launch.md b/content/includes/desktop-linux-launch.md index fe90fc1bef5c..28a34afb1a31 100644 --- a/content/includes/desktop-linux-launch.md +++ b/content/includes/desktop-linux-launch.md @@ -35,16 +35,16 @@ of these binaries by running the following commands: ```console $ docker compose version -Docker Compose version v2.29.1 +Docker Compose version v2.39.4 $ docker --version -Docker version 27.1.1, build 6312585 +Docker version 28.4.0, build d8eb465 $ docker version -Client: - Version: 23.0.5 - API version: 1.42 - Go version: go1.21.12 +Client: + Version: 28.4.0 + API version: 1.51 + Go version: go1.24.7 <...> ```