From a69bce6e8e1792e2607151c3fcbf645f697510d9 Mon Sep 17 00:00:00 2001 From: vidya sagar <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Fri, 2 May 2025 21:35:40 +0530 Subject: [PATCH] [Ubuntu] updating Docker version to 28* (#12124) --- images/ubuntu/toolsets/toolset-2204.json | 6 +++--- images/ubuntu/toolsets/toolset-2404.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 3a31d791..38027e42 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -236,11 +236,11 @@ }, { "package": "docker-ce-cli", - "version": "26.1.3" + "version": "28.0.4" }, { "package": "docker-ce", - "version": "26.1.3" + "version": "28.0.4" } ], "plugins": [ @@ -251,7 +251,7 @@ }, { "plugin": "compose", - "version": "2.27.1", + "version": "2.35.1", "asset": "linux-x86_64" } ] diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 4dc5f061..4723e4d5 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -195,11 +195,11 @@ }, { "package": "docker-ce-cli", - "version": "26.1.3" + "version": "28.0.4" }, { "package": "docker-ce", - "version": "26.1.3" + "version": "28.0.4" } ], "plugins": [ @@ -210,7 +210,7 @@ }, { "plugin": "compose", - "version": "2.27.1", + "version": "2.35.1", "asset": "linux-x86_64" } ]