0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 18:29:40 +02:00

chore(deps): update dependency ansible to v9.5.1 (#47)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-24 08:58:06 +02:00 committed by GitHub
parent 2d6d320cab
commit 9d3afd9141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ ARG TARGETARCH
ARG ANSIBLE_VERSION ARG ANSIBLE_VERSION
# renovate: datasource=pypi depName=ansible # renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.4.0}" ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.5.1}"
RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \ RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \
apk add --no-cache bash git curl rsync openssh-client sshpass && \ apk add --no-cache bash git curl rsync openssh-client sshpass && \