Update Docker to v29.3.1 and Buildx to v0.33.0 (#4324)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
This commit is contained in:
github-actions[bot]
2026-04-08 08:40:32 +01:00
committed by GitHub
parent 7711dc53e2
commit c9a1751d87
+2 -2
View File
@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0
ARG DOCKER_VERSION=29.3.0
ARG BUILDX_VERSION=0.32.1
ARG DOCKER_VERSION=29.3.1
ARG BUILDX_VERSION=0.33.0
RUN apt update -y && apt install curl unzip -y