From 5ae6fcab5bbcf8af1e10d00e1b2323213b876506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:30:49 +0000 Subject: [PATCH] docker-buildx: Update to version 0.26.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 7935fdc5a1..9e194c2cd8 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.25.0", + "version": "0.26.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.25.0/buildx-v0.25.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "22baed7fdec17b429f4267d3ae388828dfea0c40622ef79ee6fb0a0d08d878fb" + "url": "https://github.com/docker/buildx/releases/download/v0.26.0/buildx-v0.26.0.windows-amd64.exe#/docker-buildx.exe", + "hash": "af36273e6268fbedd9d86755d613309682eee6780c6dba237a429c571faab985" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.25.0/buildx-v0.25.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "a18f8da7394b9602a4496f64d43bc9dc64884c09760a2218a2e2f90cddb8261d" + "url": "https://github.com/docker/buildx/releases/download/v0.26.0/buildx-v0.26.0.windows-arm64.exe#/docker-buildx.exe", + "hash": "16563d4a0aef32e8550548795933704e65b979cdd506d6e540280e87c3d5b6c1" } }, "bin": "docker-buildx.exe",