From 7be2962b8a44cb331f1308ac5b5703a789e9e12c Mon Sep 17 00:00:00 2001 From: Taylor Webber Date: Tue, 23 Jul 2019 10:45:38 -0500 Subject: [PATCH] chore: update to latest version of aws-cli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33d1986..0d57380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk -v --update add \ less \ mailcap \ && \ - pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \ + pip install --upgrade awscli==1.16.203 s3cmd==2.0.1 python-magic && \ apk -v --purge del py-pip && \ rm /var/cache/apk/* VOLUME /root/.aws