From 938e3ba8c02b17bfb0fabcd5baa79e6405a4e9e3 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Mon, 17 Aug 2026 12:06:07 +0200 Subject: [PATCH] bump compose to version v5.5.0 Signed-off-by: Guillaume Lours --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 1cc672e6aa..234275b002 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 ?= v5.4.0 +DOCKER_COMPOSE_REF ?= v5.5.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.34.1