From 2cfe75b3af148f3c615bf835a287dd75b945ae77 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 22 Oct 2025 16:20:32 +0200 Subject: [PATCH] Bump compose to v2.40.2 Signed-off-by: Nicolas De Loof --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 93a38d078b..601ae7d2b4 100644 --- a/common.mk +++ b/common.mk @@ -41,7 +41,7 @@ DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) # DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag, # but can be a valid git reference in DOCKER_COMPOSE_REPO. -DOCKER_COMPOSE_REF ?= v2.40.1 +DOCKER_COMPOSE_REF ?= v2.40.2 # DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag, # but can be a valid git reference in DOCKER_BUILDX_REPO. DOCKER_BUILDX_REF ?= v0.29.1