From 51d83acb3fa6db5308d4faf5fe36a161ef2924da Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Fri, 15 Mar 2024 14:22:39 +0100 Subject: [PATCH] Bump compose v2.25.0 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 e734f2ad2b..d7ed5de483 100644 --- a/common.mk +++ b/common.mk @@ -40,7 +40,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.24.7 +DOCKER_COMPOSE_REF ?= v2.25.0 # 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.13.1