From e419e22f29090d06b7cacd62c4ca47b89b61bcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 26 Jun 2024 21:01:24 +0200 Subject: [PATCH] Dockerfile: update compose to v2.28.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the compose cli plugin used in the dev-container full diff: https://github.com/docker/cli/compare/v2.27.1...v2.28.1 Signed-off-by: Paweł Gronowski (cherry picked from commit 790035f754c3f668032de614d6ab1a6db2bd63da) Signed-off-by: Paweł Gronowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be2d1e9e94..09a0b80726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DOCKERCLI_VERSION=v26.1.0 ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce ARG BUILDX_VERSION=0.15.1 -ARG COMPOSE_VERSION=v2.27.1 +ARG COMPOSE_VERSION=v2.28.1 ARG SYSTEMD="false" ARG DOCKER_STATIC=1