From edcbbba6d43caf808be9be702fa1eeac026be278 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 22 Jan 2026 22:57:45 +0000 Subject: [PATCH] chore(deps): update docker/buildx-bin docker tag to v0.31.0 Signed-off-by: Mend Renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d60cf5b0ff..8d09b1d244 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.30.1 +ARG BUILDX_VERSION=0.31.0 # COMPOSE_VERSION is the version of compose to install in the dev container. ARG COMPOSE_VERSION=v5.0.0