From dfced4b55752e66cf2d5cb4c9f5eff89bb32c2e6 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 19 Jan 2024 23:25:12 +0100 Subject: [PATCH] Dockerfile: update dev-shell version of the cli to v25.0.0 Update the docker CLI that's available for debugging in the dev-shell to the v25 release. Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ea6d8f2fd..0723faf01c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=v24.0.2 +ARG DOCKERCLI_VERSION=v25.0.0 # 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