From b9da7c8a7644089d9b4288164ca04295158b1be1 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:12:11 +0100 Subject: [PATCH] [Ubuntu] update docker version (#9352) --- images/ubuntu/toolsets/toolset-2004.json | 6 +++--- images/ubuntu/toolsets/toolset-2204.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 6be5c989..2b73399c 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -245,11 +245,11 @@ }, { "package": "docker-ce-cli", - "version": "24.0.7" + "version": "24.0.8" }, { "package": "docker-ce", - "version": "24.0.7" + "version": "24.0.8" } ], "plugins": [ @@ -257,7 +257,7 @@ "plugin": "buildx", "version": "latest", "asset": "linux-amd64" - }, + }, { "plugin": "compose", "version": "2.23.3", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index be36fd0a..8df6c813 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -236,11 +236,11 @@ }, { "package": "docker-ce-cli", - "version": "24.0.7" + "version": "24.0.8" }, { "package": "docker-ce", - "version": "24.0.7" + "version": "24.0.8" } ], "plugins": [