From e774003c18812473ce60e2b68f88c38679ec3b47 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jul 2026 08:22:37 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v29.6.1 (#1063) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker | stage | patch | `29.6.0-dind-rootless` → `29.6.1-dind-rootless` | | docker | stage | patch | `29.6.0-dind` → `29.6.1-dind` | Co-authored-by: Renovate Bot --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7385c091..940c5fd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN make clean && make build ### DIND VARIANT # # -FROM docker:29.6.0-dind AS dind +FROM docker:29.6.1-dind AS dind ARG VERSION=dev @@ -37,7 +37,7 @@ ENTRYPOINT ["s6-svscan","/etc/s6"] ### DIND-ROOTLESS VARIANT # # -FROM docker:29.6.0-dind-rootless AS dind-rootless +FROM docker:29.6.1-dind-rootless AS dind-rootless ARG VERSION=dev