mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 07:00:41 +00:00
chore(deps): update dependency ansible to v3.4.0 (#39)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6ce2840627
commit
0a39d0cc4c
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.4.0}"
|
||||
|
||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||
pip3 install -U pip && \
|
||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.4.0}"
|
||||
|
||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||
pip3 install -U pip && \
|
||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
||||
ARG ANSIBLE_VERSION
|
||||
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.4.0}"
|
||||
|
||||
RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \
|
||||
pip3 install -U pip && \
|
||||
|
Loading…
Reference in New Issue
Block a user