From e794c8d50befa52d08612c23ce781c5f184c9ed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:38:05 +0000 Subject: [PATCH] docker-buildx: Update to version 0.19.2 --- 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 ac1723e9e4..a8fa383323 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.19.1", + "version": "0.19.2", "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.19.1/buildx-v0.19.1.windows-amd64.exe#/docker-buildx.exe", - "hash": "62c0ac3c49debde197ff855dbcd752829f4f31042336a42ba4033a43ec7a7ef2" + "url": "https://github.com/docker/buildx/releases/download/v0.19.2/buildx-v0.19.2.windows-amd64.exe#/docker-buildx.exe", + "hash": "6b13e5bdd8a40548886b69cc94716ff2f9a06db513983a0f158f80a3f2486432" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.19.1/buildx-v0.19.1.windows-arm64.exe#/docker-buildx.exe", - "hash": "17e5d2ba6e49b3a3ffe993eb9d449db65dd6e88af0284b51fdb4a9a7e4132deb" + "url": "https://github.com/docker/buildx/releases/download/v0.19.2/buildx-v0.19.2.windows-arm64.exe#/docker-buildx.exe", + "hash": "bb6b48d26f571600f1ab764772319fd174c7b50560cdc050055fe2e97388ae76" } }, "bin": "docker-buildx.exe",