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