Skip to content

Commit

Permalink
Merge pull request moby#48475 from vvoland/dockerfile-update
Browse files Browse the repository at this point in the history
Dockerfile: Update CLI, buildx and compose
  • Loading branch information
vvoland authored Sep 11, 2024
2 parents bcf105d + 962da27 commit 09044f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ARG XX_VERSION=1.5.0
ARG VPNKIT_VERSION=0.5.0

ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_VERSION=v27.0.2
ARG DOCKERCLI_VERSION=v27.2.1
# 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.16.1
ARG COMPOSE_VERSION=v2.29.0
ARG BUILDX_VERSION=0.17.0
ARG COMPOSE_VERSION=v2.29.2

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

0 comments on commit 09044f8

Please sign in to comment.