Update Docker to v29.3.0 and Buildx to v0.32.1 (#4286)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-09 00:37:54 +00:00
committed by GitHub
parent ce8ce410b0
commit 2b98d42113

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
ARG RUNNER_VERSION ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0
ARG DOCKER_VERSION=29.2.0 ARG DOCKER_VERSION=29.3.0
ARG BUILDX_VERSION=0.31.1 ARG BUILDX_VERSION=0.32.1
RUN apt update -y && apt install curl unzip -y RUN apt update -y && apt install curl unzip -y