From e95649c24875b6e3da169eeb84f9c77f9caee27d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:35:04 +0000 Subject: [PATCH] docker-buildx: Update to version 0.16.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 d62ac04bb0..87615d11e5 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.16.0", + "version": "0.16.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.16.0/buildx-v0.16.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "6521f85836e4bdc1347b38b9de32268ac09987e2c1ea0e424b0e07632ab61025" + "url": "https://github.com/docker/buildx/releases/download/v0.16.1/buildx-v0.16.1.windows-amd64.exe#/docker-buildx.exe", + "hash": "34b8bd302364e9df99ebcd86658eae6ade175baf8baf6e74123ae04fcb2675c3" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.16.0/buildx-v0.16.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "41c724c95f92204a1a8575e1e79b72f4667392090133e71c571c4d2cbfeffa64" + "url": "https://github.com/docker/buildx/releases/download/v0.16.1/buildx-v0.16.1.windows-arm64.exe#/docker-buildx.exe", + "hash": "1533b0dd26aada59b891e7c94416955ab0e3720d4930438a64df497689fc1155" } }, "bin": "docker-buildx.exe",