docker-buildx: Update to version 0.19.0

This commit is contained in:
github-actions[bot] 2024-11-27 04:30:13 +00:00
parent 12e10a813a
commit fd6f185a8d

View File

@ -1,16 +1,16 @@
{ {
"version": "0.18.0", "version": "0.19.0",
"description": "Docker CLI plugin for extended build capabilities with BuildKit", "description": "Docker CLI plugin for extended build capabilities with BuildKit",
"homepage": "https://github.com/docker/buildx", "homepage": "https://github.com/docker/buildx",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-amd64.exe#/docker-buildx.exe", "url": "https://github.com/docker/buildx/releases/download/v0.19.0/buildx-v0.19.0.windows-amd64.exe#/docker-buildx.exe",
"hash": "85f9218497427f8a1d4e09fa73b7133b555f8017cffc24c4ffc9640668b61dca" "hash": "516d652b16699f31f810b81eef34a464acadab12e6285b1d7f582fcf94ca2f47"
}, },
"arm64": { "arm64": {
"url": "https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.windows-arm64.exe#/docker-buildx.exe", "url": "https://github.com/docker/buildx/releases/download/v0.19.0/buildx-v0.19.0.windows-arm64.exe#/docker-buildx.exe",
"hash": "d4146509a4c3ba414bff214a69f54c6faa755f3f47f1b581bbbbbacef6453a3f" "hash": "e757eadc4aeb21ef30a3c6d176c75b471a94863e58d209533df29a178830f1a9"
} }
}, },
"bin": "docker-buildx.exe", "bin": "docker-buildx.exe",