From ed26220aaf61dc8f3019e5acc6436d3300fc6f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:13:33 +0000 Subject: [PATCH] patch(deps): update dependency ansible-doctor to v4.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fceb86..31bd0ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.19 # renovate: datasource=pypi depName=ansible-doctor -ENV ANSIBLE_DOCTOR_VERSION=4.0.1 +ENV ANSIBLE_DOCTOR_VERSION=4.0.2 RUN apk add --no-cache bash python3 python3-dev py3-pip ansible-core && \ pip3 install --break-system-packages -U ansible-doctor==${ANSIBLE_DOCTOR_VERSION} && \