From 58c2cfc8bbdc2989afe4c1db2dc83c47b0067035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:26:01 +0000 Subject: [PATCH] docker-buildx: Update to version 0.14.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 5e7b15f361..3be8c3d672 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.14.0", + "version": "0.14.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.14.0/buildx-v0.14.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "d43f5008431fb4ffd438d14ea686ed0f9c7ef101f2dfd1f84a5670979aeb39a8" + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-amd64.exe#/docker-buildx.exe", + "hash": "21830c62d2a43ef2568ad325c338e892f7d534e656795e1fa49f68a679ac5928" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "45999b08c6c50afcda184b29da797b35e5984abfb6547e075be6cf56321cf63f" + "url": "https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.windows-arm64.exe#/docker-buildx.exe", + "hash": "309e6722ab7dcb236cd6844493ab5787924dd7ee83055cd46ea982e37ca273f5" } }, "bin": "docker-buildx.exe",