Skip to content

Commit

Permalink
feat(aws): upgrade awscli (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudyg authored and cfieber committed Oct 17, 2019
1 parent 7866027 commit 6a95428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/lin
ln -sf /usr/local/bin/aws-iam-authenticator /usr/local/bin/heptio-authenticator-aws

RUN apk -v --update add py-pip && \
pip install --upgrade awscli==1.16.208 s3cmd==2.0.1 python-magic && \
pip install --upgrade awscli==1.16.258 s3cmd==2.0.1 python-magic && \
apk -v --purge del py-pip && \
rm /var/cache/apk/*

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y curl gnupg && \
google-cloud-sdk-app-engine-java \
kubectl \
python-pip && \
pip install awscli==1.16.208 --upgrade && \
pip install awscli==1.16.258 --upgrade && \
rm -rf ~/.config/gcloud

RUN curl -o /usr/local/bin/aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator && \
Expand Down

0 comments on commit 6a95428

Please sign in to comment.