From fdc4224066868a22653114d3803bac83c80f7d8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 02:28:05 +0000 Subject: [PATCH] Upgrade Docker to v28.3.2 and Buildx to v0.26.1 --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 6c771235dd8..3a7294f7133 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=28.3.0 -ARG BUILDX_VERSION=0.25.0 +ARG DOCKER_VERSION=28.3.2 +ARG BUILDX_VERSION=0.26.1 RUN apt update -y && apt install curl unzip -y