From 3497b371654642556e78565b40befff1ee39eaef Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 17 Sep 2024 13:21:41 +0200 Subject: [PATCH] bump compose to v2.29.5 release-notes: https://github.com/docker/compose/releases/tag/v2.29.5 Signed-off-by: Sebastiaan van Stijn --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 61ed1762ce..20b143f258 100644 --- a/common.mk +++ b/common.mk @@ -40,7 +40,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.29.4 +DOCKER_COMPOSE_REF ?= v2.29.5 # 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.17.1