From 0a3a56b138be31e6d18af19d38aca4cc0ff80188 Mon Sep 17 00:00:00 2001 From: Sebastien Coutu Date: Tue, 25 Sep 2018 16:30:21 -0400 Subject: [PATCH] Updating awscli and s3cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ac8a6d..76cb63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER colin.hom@coreos.com RUN apk --no-cache --update add bash curl less groff jq python py-pip && \ pip install --no-cache-dir --upgrade pip && \ - pip install --no-cache-dir awscli==1.11.167 s3cmd==2.0.0 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \ + pip install --no-cache-dir awscli==1.16.18 s3cmd==2.0.2 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \ mkdir /root/.aws && \ aws --version && \ s3cmd --version