From f03fcc8a01312c25d9a6255d26e3eb2597ec5c8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 18:43:10 -0400 Subject: [PATCH] Update Docker to v28.2.1 and Buildx to v0.24.0 (#3881) 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 38c76814c..1b8428ce8 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.1.1 -ARG BUILDX_VERSION=0.23.0 +ARG DOCKER_VERSION=28.2.1 +ARG BUILDX_VERSION=0.24.0 RUN apt update -y && apt install curl unzip -y