From 7b64de609e507f80fec73cd38be9f02d28d498ad Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 25 Mar 2022 11:29:23 +0100 Subject: [PATCH 1/2] update Compose to v2.3.4 Signed-off-by: Guillaume Lours (cherry picked from commit 7e3aa0e0b2f528b8a0bd064ce0959afee93a6043) Signed-off-by: Guillaume Lours --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index fbad7aab7a..73e8b34741 100644 --- a/common.mk +++ b/common.mk @@ -38,7 +38,7 @@ REF ?= HEAD DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) DOCKER_SCAN_REF ?= v0.17.0 -DOCKER_COMPOSE_REF ?= v2.3.3 +DOCKER_COMPOSE_REF ?= v2.3.4 export BUILDTIME export DEFAULT_PRODUCT_LICENSE From d5b73301a9c6f9c26b7f68090c43b51383afdfce Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 1 Apr 2022 10:38:38 +0200 Subject: [PATCH 2/2] bump Compose to v2.4.0 version Signed-off-by: Guillaume Lours (cherry picked from commit be95419245b4116f7e711a9859726299ffe4052e) Signed-off-by: Guillaume Lours --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 73e8b34741..82a79b8dbf 100644 --- a/common.mk +++ b/common.mk @@ -38,7 +38,7 @@ REF ?= HEAD DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) DOCKER_SCAN_REF ?= v0.17.0 -DOCKER_COMPOSE_REF ?= v2.3.4 +DOCKER_COMPOSE_REF ?= v2.4.0 export BUILDTIME export DEFAULT_PRODUCT_LICENSE