From e911d2908dadce2b6ebb917e4f6f9d0cd2096460 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 12 May 2025 17:54:44 -0400 Subject: [PATCH] Update docker and buildx (#3854) --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index e7468ec92..38c76814c 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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