From 5edf306bf0e3fae22303e8fd2083b7cbc3958db2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:35:23 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed5f6e..c847bf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=v0.6.2 ARG DOCKER_CHANNEL=stable ARG DOCKER_VERSION=20.10.17 ARG DUMB_INIT_VERSION=1.2.5 -ARG BUILDX_VERSION=v0.12.1 +ARG BUILDX_VERSION=v0.20.1 ARG DOCKER_COMPOSE_VERSION=v2.32.1 RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)