From d0d8fbae6b3a49dd4c83052227cbef792f279347 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 2 Sep 2020 10:24:15 +0200 Subject: [PATCH] update ansible to v2.9.13 --- docker/Dockerfile.linux.amd64 | 2 +- docker/Dockerfile.linux.arm | 2 +- docker/Dockerfile.linux.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile.linux.amd64 b/docker/Dockerfile.linux.amd64 index e4c7058..4f08a00 100644 --- a/docker/Dockerfile.linux.amd64 +++ b/docker/Dockerfile.linux.amd64 @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \ pip3 install -U pip && \ - pip3 install ansible==2.9.9 boto3==1.13.10 && \ + pip3 install ansible==2.9.13 boto3==1.13.10 && \ apk del --no-cache python3-dev libffi-dev libressl-dev build-base ADD release/linux/amd64/drone-ansible /bin/ diff --git a/docker/Dockerfile.linux.arm b/docker/Dockerfile.linux.arm index 8ad177e..cf73afe 100644 --- a/docker/Dockerfile.linux.arm +++ b/docker/Dockerfile.linux.arm @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \ pip3 install -U pip && \ - pip3 install ansible==2.9.9 boto3==1.13.10 && \ + pip3 install ansible==2.9.13 boto3==1.13.10 && \ apk del --no-cache python3-dev libffi-dev libressl-dev build-base ADD release/linux/arm/drone-ansible /bin/ diff --git a/docker/Dockerfile.linux.arm64 b/docker/Dockerfile.linux.arm64 index f3ce750..89b30e6 100644 --- a/docker/Dockerfile.linux.arm64 +++ b/docker/Dockerfile.linux.arm64 @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \ pip3 install -U pip && \ - pip3 install ansible==2.9.9 boto3==1.13.10 && \ + pip3 install ansible==2.9.13 boto3==1.13.10 && \ apk del --no-cache python3-dev libffi-dev libressl-dev build-base ADD release/linux/arm64/drone-ansible /bin/