Skip to content

Commit

Permalink
patch(deps): update dependency ansible-doctor to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 6218ada commit e8a11f4
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.18

# renovate: datasource=pypi depName=ansible-doctor
ENV ANSIBLE_DOCTOR_VERSION=3.1.1
ENV ANSIBLE_DOCTOR_VERSION=3.1.2

RUN apk add --no-cache bash python3 python3-dev py3-pip build-base && \
pip3 install -U ansible-doctor==${ANSIBLE_DOCTOR_VERSION} && \
Expand Down

0 comments on commit e8a11f4

Please sign in to comment.