From 7a91a7959d8ca8204662c6d722ca5deb0e6d1e00 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:36:27 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/moby/moby to v29.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2eccd80..9facfe2 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.3" +ARG DOCKER_VERSION="29.5.0" # renovate: datasource=git-tags depName=https://github.com/docker/buildx extractVersion=^v(?.+)$ ARG DOCKER_BUILDX_VERSION="0.34.0" # renovate: datasource=git-tags depName=https://github.com/docker/compose extractVersion=^v(?.+)$