From de0c308a2d2317bef8b28c121863ef532603d33e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:29:39 +0000 Subject: [PATCH] bump Docker version from 29.3.1 to 29.4.0 in Dockerfile Agent-Logs-Url: https://github.com/actions/runner/sessions/512c322b-6c75-48d2-9806-e0e2b2cbf6cb Co-authored-by: luketomlinson <19689611+luketomlinson@users.noreply.github.com> --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index adfddf0b598..e5d2f6f4f7c 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETOS ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0 -ARG DOCKER_VERSION=29.3.1 +ARG DOCKER_VERSION=29.4.0 ARG BUILDX_VERSION=0.33.0 RUN apt update -y && apt install curl unzip -y