From b9ac2cea0c90ce20f40a5da2224803ae88c32163 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 6 Oct 2025 11:19:20 +0200 Subject: [PATCH] Dockerfile: update cli to v28.5.0 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e97232af7..dcf7d8f052 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=v28.3.2 +ARG DOCKERCLI_VERSION=v28.5.0 ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git" # cli version used for integration-cli tests