mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 07:00:41 +00:00
chore(deps): update dependency ansible to v8.6.1 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8b2a98dac
commit
5c550ba608
@ -22,7 +22,7 @@ ARG TARGETARCH
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-8.6.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-8.6.1}"
|
||||
|
||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev build-base && \
|
||||
pip3 install -U pip && \
|
||||
|
Loading…
Reference in New Issue
Block a user