From a828af4d8d761fd53a5138df3636baec8621fded Mon Sep 17 00:00:00 2001 From: Lincoln Wallace Date: Mon, 1 Dec 2025 10:15:11 -0300 Subject: [PATCH] Dockerfile: Update buildx to 0.30.1 Signed-off-by: Lincoln Wallace --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b44e811d7..87e4d373c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,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.29.1 +ARG BUILDX_VERSION=0.30.1 # COMPOSE_VERSION is the version of compose to install in the dev container. ARG COMPOSE_VERSION=v2.40.0