From aa6b0217877cd60c67e79a1853ee94b46e35841a Mon Sep 17 00:00:00 2001 From: jalr Date: Fri, 19 Oct 2018 16:36:41 +0200 Subject: [PATCH] Update ansible 2.4.3.0->2.7.0 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 51f3419..02627a5 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --no-cache \ py2-pip \ python-dev \ && pip install --upgrade pip \ - && pip install ansible==2.4.3.0 \ + && pip install ansible==2.7.0 \ && apk del .build-deps ARG PACKER_VERSION