From df83df2a32e7b43639a0f53f5a680a7558081abc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 21:43:15 -0400 Subject: [PATCH] Update Docker to v28.4.0 and Buildx to v0.28.0 (#4020) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 3b0769231..5e9ccc463 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.3 -ARG BUILDX_VERSION=0.27.0 +ARG DOCKER_VERSION=28.4.0 +ARG BUILDX_VERSION=0.28.0 RUN apt update -y && apt install curl unzip -y