From c021b811e7dc0ea3579bac4be97ae9134f0499aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:37:55 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.19.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d8e942..a85075c 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.3 ARG DOCKER_COMPOSE_VERSION=v2.32.1 RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)