Skip to content

Commit

Permalink
Merge pull request #47316 from thaJeztah/25.0_backport_update_dev_cli…
Browse files Browse the repository at this point in the history
…_compose

[25.0 backport] Dockerfile: update docker-cli to v25.0.2, docker compose v2.24.5
  • Loading branch information
thaJeztah committed Feb 5, 2024
2 parents 45dede4 + 269a0d8 commit 6010371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -8,12 +8,12 @@ ARG XX_VERSION=1.2.1
ARG VPNKIT_VERSION=0.5.0

ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_VERSION=v25.0.0
ARG DOCKERCLI_VERSION=v25.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.12.1
ARG COMPOSE_VERSION=v2.24.2
ARG COMPOSE_VERSION=v2.24.5

ARG SYSTEMD="false"
ARG DOCKER_STATIC=1
Expand Down

0 comments on commit 6010371

Please sign in to comment.