From 96de6e9f6ca3bd91e153923c67f8ee56ea263470 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:14:28 +0200 Subject: [PATCH] [Ubuntu] Upgrade docker-compose to fix build regression (#12687) * Bump docker compose to v2.38.2 in toolset-2204.json * Bump docker compose to v2.38.2 in toolset-2404.json --- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 28ed00260..301bd48a2 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -252,7 +252,7 @@ }, { "plugin": "compose", - "version": "2.37.3", + "version": "2.38.2", "asset": "linux-x86_64" } ] diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 37da78264..e1ff9a31f 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -212,7 +212,7 @@ }, { "plugin": "compose", - "version": "2.37.3", + "version": "2.38.2", "asset": "linux-x86_64" } ]