Skip to content

Commit

Permalink
AWS CLI 1.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Nov 11, 2016
1 parent 8601422 commit c4f0f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ env:
- AWSCLI_VERSION: 1.11.13
- AWSCLI_VERSION: 1.10.38
script:
- sed -i -e "s/1.10.38/${AWSCLI_VERSION}/" Dockerfile
- sed -i -e "s/1.11.13/${AWSCLI_VERSION}/" Dockerfile
- docker build -t vincetse/aws-cli .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.4
ENV AWSCLI_VERSION "1.10.38"
ENV AWSCLI_VERSION "1.11.13"
RUN apk -v --update add \
python \
py-pip \
Expand Down

0 comments on commit c4f0f00

Please sign in to comment.