From 0315d3d91cf9c470e611c641ecd47df5113fbf38 Mon Sep 17 00:00:00 2001 From: Ali Kafel Date: Wed, 9 Oct 2024 15:47:38 -0400 Subject: [PATCH] chore: bump buildx version to 0.17.1 --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 7064053acfb..18c02fa6de8 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOCKER_VERSION=27.1.1 -ARG BUILDX_VERSION=0.16.2 +ARG BUILDX_VERSION=0.17.1 RUN apt update -y && apt install curl unzip -y