Signed-off-by: Mend Renovate <bot@renovateapp.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -17,7 +17,7 @@ ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" |
| 17 | 17 |
ARG DOCKERCLI_INTEGRATION_VERSION=v25.0.5 |
| 18 | 18 |
|
| 19 | 19 |
# BUILDX_VERSION is the version of buildx to install in the dev container. |
| 20 |
-ARG BUILDX_VERSION=0.33.0 |
|
| 20 |
+ARG BUILDX_VERSION=0.34.0 |
|
| 21 | 21 |
|
| 22 | 22 |
# COMPOSE_VERSION is the version of compose to install in the dev container. |
| 23 | 23 |
ARG COMPOSE_VERSION=v5.1.3 |
| ... | ... |
@@ -541,7 +541,7 @@ Try {
|
| 541 | 541 |
Remove-Item -Force "docker.zip" |
| 542 | 542 |
} |
| 543 | 543 |
|
| 544 |
- if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.33.0" }
|
|
| 544 |
+ if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.34.0" }
|
|
| 545 | 545 |
Write-Host "INFO: Downloading docker/buildx version $buildx..." |
| 546 | 546 |
$url = "https://github.com/docker/buildx/releases/download/v${buildx}/buildx-v${buildx}.windows-amd64.exe"
|
| 547 | 547 |
Invoke-WebRequest $url -OutFile "$PWD\bundles\docker-buildx.exe" |