From 9e8a71eeed47112c32869e0b8e6235479b15fe0b Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:10:01 +0200 Subject: [PATCH] bump compose to version v2.38.1 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index c0732d09cf..1b3b11530d 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.37.3 +DOCKER_COMPOSE_REF ?= v2.38.1 # 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.25.0