From 90408e059106c7bec815b7cb4a047a164688cb50 Mon Sep 17 00:00:00 2001 From: Christopher Mayfield Date: Fri, 17 Jul 2026 16:28:46 -0500 Subject: [PATCH] fix(docker): bump Docker CLI to a patched release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed5e2002..78d431557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # /var/run/docker.sock mount). The Debian `docker.io` package ships # dockerd but not the client binary on slim, so grab the static client # tarball from download.docker.com instead. -ARG DOCKER_CLI_VERSION=27.5.1 +ARG DOCKER_CLI_VERSION=29.6.2 RUN ARCH="$(dpkg --print-architecture)" \ && case "$ARCH" in \ amd64) DARCH=x86_64 ;; \