From b9d3939861cc24a29b8ec02cdb6d59bb598d250f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:15:14 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.19.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed7592b..f8552ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=v0.5.1 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.19.2 ARG DOCKER_COMPOSE_VERSION=v2.24.6 RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)