Skip to content

Commit

Permalink
Update Ansible to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Kerpician authored Nov 6, 2018
1 parent bb956e3 commit 4fe64d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN apk add --no-cache python3 openssh-client \
python3-dev \
libffi-dev \
openssl-dev \
&& pip install ansible==2.4.2 \
&& pip install ansible==2.7.1 \
&& apk del .build-deps \
&& rm -r /root/.cache
&& rm -r /root/.cache

0 comments on commit 4fe64d2

Please sign in to comment.