From 2190396357dff9076091cb1f7d5781c207f41f33 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 26 Jul 2024 10:36:05 -0400 Subject: [PATCH] Update Docker to v27.1.1 (#3401) * Update Docker to v27.1.1 * Update Dockerfile --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index 39f1ab05674..dd8437e1d27 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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