Skip to content

Commit

Permalink
patch(deps): update dependency ansible-doctor to v7.0.1 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent ea6ac2d commit d3c9907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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} && \
Expand Down

0 comments on commit d3c9907

Please sign in to comment.