From 5f8a13fa426818c77b6301f6391fc522c022630c Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:08:16 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/moby/moby to v29.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d7d856..ee879fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/lib/apt,sharing=locked --mount=type=tmpfs,tar ENV LANG="en_GB.UTF-8" # renovate: datasource=git-tags depName=https://github.com/moby/moby extractVersion=^docker-v(?.+)$ -ARG DOCKER_VERSION="29.3.1" +ARG DOCKER_VERSION="29.4.0" # renovate: datasource=git-tags depName=https://github.com/docker/buildx extractVersion=^v(?.+)$ ARG DOCKER_BUILDX_VERSION="0.33.0" # renovate: datasource=git-tags depName=https://github.com/docker/compose extractVersion=^v(?.+)$