From dd6d3a2e5300b2219e1a4a06a1a5b0d7dad221b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:29:11 +0000 Subject: [PATCH] docker-buildx: Update to version 0.25.0 --- bucket/docker-buildx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/docker-buildx.json b/bucket/docker-buildx.json index f1dff697a0..7935fdc5a1 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.24.0", + "version": "0.25.0", "description": "Docker CLI plugin for extended build capabilities with BuildKit", "homepage": "https://github.com/docker/buildx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/docker/buildx/releases/download/v0.24.0/buildx-v0.24.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "8dec102c8eb14f434707cc05a8f0e366c090ded6ad74d9c5f8a64a9c0b766140" + "url": "https://github.com/docker/buildx/releases/download/v0.25.0/buildx-v0.25.0.windows-amd64.exe#/docker-buildx.exe", + "hash": "22baed7fdec17b429f4267d3ae388828dfea0c40622ef79ee6fb0a0d08d878fb" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.24.0/buildx-v0.24.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "fc0cd1fa1594ad6e0fc907a6f00b618ede1a3958ccc4ddf324dea3500946e046" + "url": "https://github.com/docker/buildx/releases/download/v0.25.0/buildx-v0.25.0.windows-arm64.exe#/docker-buildx.exe", + "hash": "a18f8da7394b9602a4496f64d43bc9dc64884c09760a2218a2e2f90cddb8261d" } }, "bin": "docker-buildx.exe",