From a739d2aca129975f5079c4124d9119897cffb049 Mon Sep 17 00:00:00 2001 From: danielspiral <60980804+danielspiral@users.noreply.github.com> Date: Wed, 1 Apr 2020 11:19:26 +0300 Subject: [PATCH] Update Dockerfile Update AWS CLI version to support EKS commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33d1986..a7241cd 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.15.5 s3cmd==2.0.1 python-magic && \ apk -v --purge del py-pip && \ rm /var/cache/apk/* VOLUME /root/.aws