From d2d9d15571c1c8929cfe78456f67d929bdadbf32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:43:51 +0000 Subject: [PATCH] Upgrade Docker to v29.6.0 and Buildx to v0.35.0 --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index a33066e5e2c..713d4ffe1a2 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.5.3 -ARG BUILDX_VERSION=0.34.1 +ARG DOCKER_VERSION=29.6.0 +ARG BUILDX_VERSION=0.35.0 RUN apt update -y && apt install curl unzip -y