Skip to content

Commit

Permalink
Update ansible to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik44 authored Aug 17, 2019
1 parent ca59fc2 commit d872a8a
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
@@ -1,8 +1,8 @@
FROM python:3.6-alpine

ARG ANSIBLE_VERSION=2.8.3
ARG ANSIBLE_VERSION=2.8.4
ARG MOLECULE_VERSION=2.20.2
ARG YAMLLINT_VERSION=1.16.0
ARG YAMLLINT_VERSION=1.17.0

RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories \
&& apk add --update curl openssl ca-certificates bash git zip docker openssh-client \
Expand Down

0 comments on commit d872a8a

Please sign in to comment.