From 6b5acd3a6e4e468153fdea53755636cad2d46a7e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 27 Feb 2026 17:18:48 +0100 Subject: [PATCH] Dockerfile: update compose to v5.1.0 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61aec8fc0d..460e3d8e74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ARG BUILDX_VERSION=0.29.1 # COMPOSE_VERSION is the version of compose to install in the dev container. # It must be a tag in the docker.io/docker/compose-bin image repository # on Docker Hub. -ARG COMPOSE_VERSION=v2.40.0 +ARG COMPOSE_VERSION=v5.1.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx