Skip to content

Commit

Permalink
patch(deps): update dependency ansible to v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 0b473ed commit ba58f55
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
Expand Up @@ -4,7 +4,7 @@ FROM alpine:3.18
ENV ANSIBLE_LATER_VERSION=3.4.1

# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_CORE_VERSION=9.0.0
ENV ANSIBLE_CORE_VERSION=9.0.1

RUN apk add --no-cache bash python3 python3-dev py3-pip py3-cryptography && \
pip3 install -U ansible-later==${ANSIBLE_LATER_VERSION} ansible==${ANSIBLE_CORE_VERSION} && \
Expand Down

0 comments on commit ba58f55

Please sign in to comment.