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:
Mend Renovate
2026-05-13 15:46:27 +00:00
committed by Sebastiaan van Stijn
parent 079b5f7390
commit bb71630486
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"