From 593bcbb62c455324227ba06b5d5c57e016148502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:25:34 +0000 Subject: [PATCH] docker-buildx: Update to version 0.16.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 4c007ec607..d62ac04bb0 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.15.1", + "version": "0.16.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.15.1/buildx-v0.15.1.windows-amd64.exe#/docker-buildx.exe", - "hash": "d28cff3df9fdbb37aa7434edb09d8befe5e90e5ef5887807569b694f25bebd33" + "url": "https://github.com/docker/buildx/releases/download/v0.16.0/buildx-v0.16.0.windows-amd64.exe#/docker-buildx.exe", + "hash": "6521f85836e4bdc1347b38b9de32268ac09987e2c1ea0e424b0e07632ab61025" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.windows-arm64.exe#/docker-buildx.exe", - "hash": "09bc6cbba9d8b0a07ddfcbd700f27dd9d4c5b1336f47a2e40d3d0e3ead23ebbd" + "url": "https://github.com/docker/buildx/releases/download/v0.16.0/buildx-v0.16.0.windows-arm64.exe#/docker-buildx.exe", + "hash": "41c724c95f92204a1a8575e1e79b72f4667392090133e71c571c4d2cbfeffa64" } }, "bin": "docker-buildx.exe",