From ff15b49b4742bd8635f25fee94261e6c64a01c6e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 23 Jan 2024 09:51:41 +0100 Subject: [PATCH] Dockerfile: update docker compose to v2.24.2 Update the version of compose used in CI to the latest version. - full diff: docker/compose@v2.24.1...v2.24.2 - release notes: https://github.com/docker/compose/releases/tag/v2.24.2 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 05d952b246b88e1a9e6cd506a6b7b139c367efee) Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eab2286e38..485d44f901 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.1 +ARG COMPOSE_VERSION=v2.24.2 ARG SYSTEMD="false" ARG DOCKER_STATIC=1