Dockerfile: update dev-shell version of the cli to v25.0.2

Update the docker CLI that's available for debugging in the dev-shell
to the v25 release.

full diff: https://github.com/docker/cli/compare/v25.0.1...v25.0.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 9c92c07acf)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-02-03 13:50:18 +01:00
parent 0bcd64689b
commit 876b1d1dcd
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -8,7 +8,7 @@ ARG XX_VERSION=1.2.1
ARG VPNKIT_VERSION=0.5.0 ARG VPNKIT_VERSION=0.5.0
ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_VERSION=v25.0.1 ARG DOCKERCLI_VERSION=v25.0.2
# cli version used for integration-cli tests # cli version used for integration-cli tests
ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce