From 38a8224603c5d29447d89e51e927d2b6cdb71828 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:21:37 +0100 Subject: [PATCH] bump compose verstion to v2.33.1 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index afa545de6f..6e0e1ed146 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.33.0 +DOCKER_COMPOSE_REF ?= v2.33.1 # 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.21.1