From fc462d699a156cec92b4132e54bbfb56646bef49 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 26 Feb 2025 15:50:49 +0100 Subject: [PATCH] Dockerfile: update compose to v2.33.1 Update the compose cli plugin used in the dev-container full diff: https://github.com/docker/compose/compare/v2.32.4...v2.33,1 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32b62aeaf6..46ea648cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce # BUILDX_VERSION is the version of buildx to install in the dev container. ARG BUILDX_VERSION=0.20.1 -ARG COMPOSE_VERSION=v2.32.4 +ARG COMPOSE_VERSION=v2.33.1 ARG SYSTEMD="false" ARG FIREWALLD="false"