Bump docker version and docker buildx version (#3277)

This commit is contained in:
Hidetake Iwata
2024-06-01 01:22:54 +09:00
committed by GitHub
parent 84b1bea43e
commit 00888c10f9

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
ARG DOCKER_VERSION=25.0.4
ARG BUILDX_VERSION=0.13.1
ARG DOCKER_VERSION=25.0.5
ARG BUILDX_VERSION=0.13.2
RUN apt update -y && apt install curl unzip -y