Merge pull request #47473 from vvoland/cli-v26

Dockerfile: Update dev cli to v26.0.0-rc1
This commit is contained in:
Paweł Gronowski 2024-02-29 16:02:16 +01:00 committed by GitHub
commit 225ccc0cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ 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.2
ARG DOCKERCLI_VERSION=v26.0.0-rc1
# 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