From 4a8dc9c7ddfcc0dd19e5006872f6ef69510b5049 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 21 Jan 2026 08:45:05 +0100 Subject: [PATCH] Bump compose v5.0.2 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 197ed42d07..d7c357aa01 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.0.0 +DOCKER_COMPOSE_REF ?= v5.0.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.30.0