mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 23:50:40 +00:00
Upgrade to Ansible 2.8.0
This commit is contained in:
parent
98da9ede49
commit
fefc3aed24
@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||
|
||||
RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl libressl-dev build-base && \
|
||||
pip install -U pip && \
|
||||
pip install ansible==2.7.6 && \
|
||||
pip install ansible==2.8.0 && \
|
||||
apk del python2-dev libffi-dev libressl-dev build-base
|
||||
|
||||
ADD release/linux/amd64/drone-ansible /bin/
|
||||
|
Loading…
Reference in New Issue
Block a user