From d3c99073449bb02829f0feac06dbecb630db155d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:41:38 +0000 Subject: [PATCH] patch(deps): update dependency ansible-doctor to v7.0.1 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0291c74..f768b52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.21 # renovate: datasource=pypi depName=ansible-doctor -ENV ANSIBLE_DOCTOR_VERSION=7.0.0 +ENV ANSIBLE_DOCTOR_VERSION=7.0.1 RUN apk add --no-cache git bash python3 python3-dev py3-pip ansible-core && \ pip3 install --break-system-packages -U ansible-doctor==${ANSIBLE_DOCTOR_VERSION} && \