From 307fe9c71687fc822ada2d8db99e92f30bd5e2b5 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 19 Jan 2024 23:27:59 +0100 Subject: [PATCH] Dockerfile: update docker compose to v2.24.1 Update the version of compose used in CI to the latest version. - full diff: https://github.com/docker/compose/compare/v2.24.0...v2.24.1 - release notes: https://github.com/docker/compose/releases/tag/v2.24.1 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0723faf01c..eab2286e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DOCKERCLI_VERSION=v25.0.0 ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce ARG BUILDX_VERSION=0.12.1 -ARG COMPOSE_VERSION=v2.24.0 +ARG COMPOSE_VERSION=v2.24.1 ARG SYSTEMD="false" ARG DOCKER_STATIC=1