From 6bc3e61e76f47b7840fad65e978ec9f2094621e3 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 03:53:54 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/moby/moby to v29.4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91d1145..67bbdc6 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.4.0" +ARG DOCKER_VERSION="29.4.1" # 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(?.+)$