From 266f039bb52fd237388f08e874aa719d6a6e9835 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 20 Apr 2026 16:13:56 +0200 Subject: [PATCH] Dockerfile: update compose to v5.1.3 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d37acc6950..711f638670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ARG BUILDX_VERSION=0.33.0 # 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=v5.1.0 +ARG COMPOSE_VERSION=v5.1.3 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx