From bc8df32eb48b419a702567f1721551c35708ff1d Mon Sep 17 00:00:00 2001 From: Matt Canty Date: Tue, 13 Feb 2018 17:00:59 +0000 Subject: [PATCH] Upgrade to 1.14.34 Missing out on the `aws cloudformation deploy` command. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33d1986..9a37d56 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.14.34 s3cmd==2.0.1 python-magic && \ apk -v --purge del py-pip && \ rm /var/cache/apk/* VOLUME /root/.aws