From 492120b57e8dae76b8d0cc92e767871f4b3fa771 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Thu, 3 Sep 2026 18:01:26 +0200 Subject: [PATCH] bump compose to version v5.5.1 Signed-off-by: Guillaume Lours --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index d777e0ac5b..c242ecae68 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.5.0 +DOCKER_COMPOSE_REF ?= v5.5.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.34.1