mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
chore(deps): update dependency ansible to v3.3.0 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
866e68b364
commit
6ce2840627
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
|||||||
ARG ANSIBLE_VERSION
|
ARG ANSIBLE_VERSION
|
||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.2.0}"
|
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.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 && \
|
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 && \
|
pip3 install -U pip && \
|
||||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
|||||||
ARG ANSIBLE_VERSION
|
ARG ANSIBLE_VERSION
|
||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.2.0}"
|
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.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 && \
|
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 && \
|
pip3 install -U pip && \
|
||||||
|
@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://github.com/owncloud-ci/dro
|
|||||||
ARG ANSIBLE_VERSION
|
ARG ANSIBLE_VERSION
|
||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.2.0}"
|
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.3.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 && \
|
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 && \
|
pip3 install -U pip && \
|
||||||
|
Loading…
Reference in New Issue
Block a user