Update docker/buildx-bin Docker tag to v0.35.0

Signed-off-by: Mend Renovate <bot@renovateapp.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Mend Renovate
2026-06-18 07:05:42 +00:00
committed by Sebastiaan van Stijn
parent 9d7874aea9
commit df4a64e487
2 changed files with 2 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ Try {
Remove-Item -Force "docker.zip"
}
if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.34.1" }
if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.35.0" }
Write-Host "INFO: Downloading docker/buildx version $buildx..."
$url = "https://github.com/docker/buildx/releases/download/v${buildx}/buildx-v${buildx}.windows-amd64.exe"
Invoke-WebRequest $url -OutFile "$PWD\bundles\docker-buildx.exe"