From d656dafc7ec509caa57ef41ec9e81701d145654c Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:30:05 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/docker/buildx to v0.34.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e06f8c2..34186f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV LANG="en_GB.UTF-8" # renovate: datasource=git-tags depName=https://github.com/moby/moby extractVersion=^docker-v(?.+)$ ARG DOCKER_VERSION="29.4.3" # renovate: datasource=git-tags depName=https://github.com/docker/buildx extractVersion=^v(?.+)$ -ARG DOCKER_BUILDX_VERSION="0.33.0" +ARG DOCKER_BUILDX_VERSION="0.34.0" # renovate: datasource=git-tags depName=https://github.com/docker/compose extractVersion=^v(?.+)$ ARG DOCKER_COMPOSE_VERSION="5.1.3" RUN --mount=type=cache,target=/var/lib/apt,sharing=locked --mount=type=tmpfs,target=/var/log set -eux; \