1
0
mirror of synced 2025-12-19 17:37:47 -05:00

Update docker and buildx (#3854)

This commit is contained in:
Tingluo Huang
2025-05-12 17:54:44 -04:00
committed by GitHub
parent ce4b7f4dd6
commit e911d2908d

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.7.0
ARG DOCKER_VERSION=28.0.1
ARG BUILDX_VERSION=0.21.2
ARG DOCKER_VERSION=28.1.1
ARG BUILDX_VERSION=0.23.0
RUN apt update -y && apt install curl unzip -y