From dc3c1a9d41bfa762055b2c638f34d4a2f480dfb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 20:29:31 +0000 Subject: [PATCH] docker-buildx: Update to version 0.23.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 b0f6687e3b..29783af2d2 100644 --- a/bucket/docker-buildx.json +++ b/bucket/docker-buildx.json @@ -1,16 +1,16 @@ { - "version": "0.22.0", + "version": "0.23.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.22.0/buildx-v0.22.0.windows-amd64.exe#/docker-buildx.exe", - "hash": "446acafb777dc8e8b458a56ce5af3c216260e5170a3e89382b8e4b1dd5853778" + "url": "https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-amd64.exe#/docker-buildx.exe", + "hash": "ba6f6ac5abbbf2e9a222fc0332b9f101f0709ced48cecb25147ddb3d143067c0" }, "arm64": { - "url": "https://github.com/docker/buildx/releases/download/v0.22.0/buildx-v0.22.0.windows-arm64.exe#/docker-buildx.exe", - "hash": "615e63b3cdcecc3d98ae112114017bbcf2ed9dc0024d7625a4b7dbd5469e7490" + "url": "https://github.com/docker/buildx/releases/download/v0.23.0/buildx-v0.23.0.windows-arm64.exe#/docker-buildx.exe", + "hash": "ad405e9c287d2f58f178823fdf7cc79ed63b3b70129e9082a7cb702639bd80f6" } }, "bin": "docker-buildx.exe",