mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 13:40:39 +00:00
chore(deps): update dependency ansible to v9.2.0 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fac5d1087f
commit
4d085d5217
@ -22,7 +22,7 @@ ARG TARGETARCH
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.1.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.2.0}"
|
||||
|
||||
RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \
|
||||
apk add --no-cache bash git curl rsync openssh-client sshpass && \
|
||||
|
Loading…
Reference in New Issue
Block a user