From b17eee7aadb587b8db774dd593aa70c346bdb29d Mon Sep 17 00:00:00 2001 From: Lincoln Wallace Date: Fri, 14 Nov 2025 16:38:36 -0300 Subject: [PATCH] Update DOCKERCLI_VERSION to v29.0.1 Signed-off-by: Lincoln Wallace --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 328a35488b..3eea0fc477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG XX_VERSION=1.7.0 ARG VPNKIT_VERSION=0.6.0 # DOCKERCLI_VERSION is the version of the CLI to install in the dev-container. -ARG DOCKERCLI_VERSION=v29.0.0 +ARG DOCKERCLI_VERSION=v29.0.1 ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git" # cli version used for integration-cli tests