Skip to content

Commit 59e7849

Browse files
committed
AWS CLI 1.11.54
1 parent 6793997 commit 59e7849

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.54
67
- AWSCLI_VERSION: 1.11.52
78
- AWSCLI_VERSION: 1.11.46
89
- AWSCLI_VERSION: 1.11.42

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

0 commit comments

Comments
 (0)