mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 03:30:39 +00:00
chore(deps): update dependency ansible to v10.6.0 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
37d08f9157
commit
c916302476
@ -22,7 +22,7 @@ ARG TARGETARCH
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.5.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.6.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