Update ansible 2.4.3.0->2.7.0
This commit is contained in:
parent
9f98642da0
commit
aa6b021787
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
||||||
py2-pip \
|
py2-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
&& pip install ansible==2.4.3.0 \
|
&& pip install ansible==2.7.0 \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
ARG PACKER_VERSION
|
ARG PACKER_VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue