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>
This commit is contained in:
github-actions[bot]
2026-01-25 21:10:56 -05:00
committed by GitHub
parent 5d4fb30d5b
commit ad43c639cf

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.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