Skip to content

Commit c4f0f00

Browse files
committed
AWS CLI 1.11.13
1 parent 8601422 commit c4f0f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ env:
66
- AWSCLI_VERSION: 1.11.13
77
- AWSCLI_VERSION: 1.10.38
88
script:
9-
- sed -i -e "s/1.10.38/${AWSCLI_VERSION}/" Dockerfile
9+
- sed -i -e "s/1.11.13/${AWSCLI_VERSION}/" Dockerfile
1010
- docker build -t vincetse/aws-cli .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.4
2-
ENV AWSCLI_VERSION "1.10.38"
2+
ENV AWSCLI_VERSION "1.11.13"
33
RUN apk -v --update add \
44
python \
55
py-pip \

0 commit comments

Comments
 (0)