Update Docker to v27.1.1 (#3401)

* Update Docker to v27.1.1

* Update Dockerfile
This commit is contained in:
Tingluo Huang
2024-07-26 10:36:05 -04:00
committed by GitHub
parent 41bc0da6fe
commit 2190396357

View File

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