From 8d85ab06a6ebfa37750d005143b5ae6c4557e8b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:30:24 +0000 Subject: [PATCH] docker-buildx: Update to version 0.26.1 --- 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 9e194c2cd8..4f2214c206 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.26.0", + "version": "0.26.1", "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.26.0/buildx-v0.26.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "af36273e6268fbedd9d86755d613309682eee6780c6dba237a429c571faab985" + "url": "https://github.com/docker/buildx/releases/download/v0.26.1/buildx-v0.26.1.windows-amd64.exe#/docker-buildx.exe", + "hash": "7920bc77bdcad5d6bfb02e530ed67b8dfa550b77ae79e080ac4ee9424a75acea" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.26.0/buildx-v0.26.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "16563d4a0aef32e8550548795933704e65b979cdd506d6e540280e87c3d5b6c1" + "url": "https://github.com/docker/buildx/releases/download/v0.26.1/buildx-v0.26.1.windows-arm64.exe#/docker-buildx.exe", + "hash": "caef69c5a6f12ed819a9e6e4d7ed948f89dc0bdeb9035534c280e93faddb920a" } }, "bin": "docker-buildx.exe",