From 6f952d0b632f520d2a6760f1cf1b18d75e9fad12 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:44:11 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/moby/moby to v29.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab7f222..7b59fc1 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.5.0" +ARG DOCKER_VERSION="29.5.1" # 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(?.+)$