From beebd253e895f4cc060b4a00d9109eee4d512bfd Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Thu, 9 Apr 2026 11:38:44 +0200 Subject: [PATCH] bump compose to version v5.1.2 Signed-off-by: Guillaume Lours --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index cc4dcf9390..1b25d58dde 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.1.1 +DOCKER_COMPOSE_REF ?= v5.1.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.32.1