From be784316a9c8d9bcfc8db9b2d1149a9c8a40864f Mon Sep 17 00:00:00 2001 From: jhrotko Date: Thu, 11 Jan 2024 12:27:35 +0000 Subject: [PATCH] bump compose version to v2.24.0 Signed-off-by: jhrotko --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index c32106c35f..8ae24dc9d6 100644 --- a/common.mk +++ b/common.mk @@ -38,7 +38,7 @@ DOCKER_BUILDX_REPO ?= https://github.com/docker/buildx.git REF ?= HEAD DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) -DOCKER_COMPOSE_REF ?= v2.23.3 +DOCKER_COMPOSE_REF ?= v2.24.0 DOCKER_BUILDX_REF ?= v0.12.0 # Use "stage" to install dependencies from download-stage.docker.com during the