Bump Docker version to 29.4.0 (#4352)

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: luketomlinson <[email protected]>
This commit is contained in:
Copilot
2026-04-20 10:45:12 -04:00
committed by GitHub
co-authored by copilot-swe-agent[bot] <198982749+[email protected]> luketomlinson
parent 45debbd528
commit fad1253513
+1 -1
View File
@@ -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