Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
90af59e641 Upgrade Docker to v29.7.1 and Buildx to v0.36.0 2026-08-03 00:30:18 +00:00

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.6.1
ARG BUILDX_VERSION=0.35.0
ARG DOCKER_VERSION=29.7.1
ARG BUILDX_VERSION=0.36.0
RUN apt update -y && apt install curl unzip -y