From faa52b9b28fbac81523c9b220ccbd1edadfeda85 Mon Sep 17 00:00:00 2001 From: "docker-ghactions[bot]" <257851036+docker-ghactions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:30:24 +0000 Subject: [PATCH] chore(deps): update Docker version to 29.6 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.Dockerfile b/dev.Dockerfile index 87082900..fd582425 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. ARG NODE_VERSION=24 -ARG DOCKER_VERSION=29.5 +ARG DOCKER_VERSION=29.6 ARG BUILDX_VERSION=0.35.0 ARG COMPOSE_VERSION=5.1.4 ARG UNDOCK_VERSION=0.14.0