From e9f6dacf4db4a9adfb42893ad4b9ed691e026cc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:42:39 +0000 Subject: [PATCH] Update dependency Mirantis/cri-dockerd to v0.4.0 Signed-off-by: Renovate Bot --- inttest/bootloose-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inttest/bootloose-alpine/Dockerfile b/inttest/bootloose-alpine/Dockerfile index 191930e0ede5..71be08445273 100644 --- a/inttest/bootloose-alpine/Dockerfile +++ b/inttest/bootloose-alpine/Dockerfile @@ -4,7 +4,7 @@ ARG GOLANG_IMAGE FROM docker.io/library/alpine:$ALPINE_VERSION ARG TARGETARCH -ARG CRI_DOCKERD_VERSION=0.3.20 # renovate: datasource=github-releases depName=Mirantis/cri-dockerd +ARG CRI_DOCKERD_VERSION=0.4.0 # renovate: datasource=github-releases depName=Mirantis/cri-dockerd ARG ETCD_VERSION ARG TROUBLESHOOT_VERSION=0.123.10 # renovate: datasource=github-releases depName=replicatedhq/troubleshoot ARG HELM_VERSION