Merge pull request #48074 from vvoland/v27.0-48073

[27.0 backport] Dockerfile: update compose to v2.28.1, update cli to v27.0.2
This commit is contained in:
Sebastiaan van Stijn
2024-06-27 18:00:44 +02:00
committed by GitHub

View File

@@ -8,12 +8,12 @@ ARG XX_VERSION=1.4.0
ARG VPNKIT_VERSION=0.5.0
ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_VERSION=v26.1.0
ARG DOCKERCLI_VERSION=v27.0.2
# cli version used for integration-cli tests
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