From cdeef5a3129236a87a27d3442ba56a3c9521f677 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Wed, 17 May 2023 13:22:42 -0400 Subject: [PATCH] bump compose to v2.18.1 Signed-off-by: Milas Bowman --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index f39d67c2de..48d57ed544 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.17.3 +DOCKER_COMPOSE_REF ?= v2.18.1 DOCKER_BUILDX_REF ?= v0.10.4 # Use "stage" to install dependencies from download-stage.docker.com during the