Skip to content

Commit 5f9cc77

Browse files
author
Rafael Santos
committed
upgrade aws-cli and alpine version
1 parent a3a26f5 commit 5f9cc77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.10
22
RUN apk -v --update add \
33
python \
44
py-pip \
55
groff \
66
less \
77
mailcap \
88
&& \
9-
pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \
9+
pip install --upgrade awscli==1.16.258 s3cmd==2.0.2 python-magic && \
1010
apk -v --purge del py-pip && \
1111
rm /var/cache/apk/*
1212
VOLUME /root/.aws

aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ docker run --rm \
1313
-e "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" \
1414
-e "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" \
1515
-v "$(pwd):/project" \
16-
mesosphere/aws-cli \
16+
rafaelfers/aws-cli \
1717
"$@"

0 commit comments

Comments
 (0)