From 3d5a21988ed5bb7830cc4199885f2e98a9dd9b1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:08:52 +0000 Subject: [PATCH] Upgrade Docker to v29.7.2 and Buildx to v0.36.1 --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 0abdf3e052b..7b7887f3661 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -5,8 +5,8 @@ ARG TARGETOS ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0 -ARG DOCKER_VERSION=29.7.1 -ARG BUILDX_VERSION=0.36.0 +ARG DOCKER_VERSION=29.7.2 +ARG BUILDX_VERSION=0.36.1 RUN apt update -y && apt install curl unzip -y