From ad43c639cf5d9c2177b83b85e4f20f84c8b8aef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 21:10:56 -0500 Subject: [PATCH] Update Docker to v29.1.5 and Buildx to v0.31.0 (#4212) 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 c142179cc..f592f4f25 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.0.2 -ARG BUILDX_VERSION=0.30.1 +ARG DOCKER_VERSION=29.1.5 +ARG BUILDX_VERSION=0.31.0 RUN apt update -y && apt install curl unzip -y