Skip to content

Commit c753b88

Browse files
committed
AWS CLI 1.11.59
1 parent 2d89f2f commit c753b88

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.59
67
- AWSCLI_VERSION: 1.11.58
78
- AWSCLI_VERSION: 1.11.57
89
- AWSCLI_VERSION: 1.11.56

Dockerfile

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

0 commit comments

Comments
 (0)