Merge pull request #47574 from thaJeztah/bump_tools

Dockerfile: update docker CLI to v26.0.0-rc2, docker compose v2.25.0
This commit is contained in:
Sebastiaan van Stijn 2024-03-18 13:59:42 +01:00 committed by GitHub
commit 7e56442cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.0.0-rc1
ARG DOCKERCLI_VERSION=v26.0.0-rc2
# 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.13.1
ARG COMPOSE_VERSION=v2.24.7
ARG COMPOSE_VERSION=v2.25.0
ARG SYSTEMD="false"
ARG DOCKER_STATIC=1