mirror of
https://github.com/moby/moby.git
synced 2026-06-24 08:48:23 +00:00
chore(deps): update docker/buildx-bin docker tag to v0.34.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
079b5f7390
commit
bb71630486
@@ -17,7 +17,7 @@ ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
|
||||
ARG DOCKERCLI_INTEGRATION_VERSION=v25.0.5
|
||||
|
||||
# BUILDX_VERSION is the version of buildx to install in the dev container.
|
||||
ARG BUILDX_VERSION=0.33.0
|
||||
ARG BUILDX_VERSION=0.34.0
|
||||
|
||||
# COMPOSE_VERSION is the version of compose to install in the dev container.
|
||||
ARG COMPOSE_VERSION=v5.1.3
|
||||
|
||||
@@ -541,7 +541,7 @@ Try {
|
||||
Remove-Item -Force "docker.zip"
|
||||
}
|
||||
|
||||
if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.33.0" }
|
||||
if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.34.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