mirror of
https://github.com/moby/moby.git
synced 2026-06-24 08:48:23 +00:00
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:
committed by
Sebastiaan van Stijn
parent
9d7874aea9
commit
df4a64e487
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user