Browse code

Dockerfile: update buildx to v0.33.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2026/04/16 07:45:09
Showing 2 changed files
... ...
@@ -21,7 +21,7 @@ ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
21 21
 ARG DOCKERCLI_INTEGRATION_VERSION=v25.0.5
22 22
 
23 23
 # BUILDX_VERSION is the version of buildx to install in the dev container.
24
-ARG BUILDX_VERSION=0.32.1
24
+ARG BUILDX_VERSION=0.33.0
25 25
 
26 26
 # COMPOSE_VERSION is the version of compose to install in the dev container.
27 27
 ARG COMPOSE_VERSION=v5.1.1
... ...
@@ -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.31.1" }
544
+            if (-not ($buildx = $env:BUILDX_VERSION)) { $buildx = "0.33.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"