Skip to content

Commit e240d1a

Browse files
committed
AWS CLI 1.11.42
1 parent c4f0f00 commit e240d1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
- docker
44
env:
55
matrix:
6+
- AWSCLI_VERSION: 1.11.42
67
- AWSCLI_VERSION: 1.11.13
78
- AWSCLI_VERSION: 1.10.38
89
script:

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.11.13"
2+
ENV AWSCLI_VERSION "1.11.42"
33
RUN apk -v --update add \
44
python \
55
py-pip \

0 commit comments

Comments
 (0)