Skip to content

Commit 1b8432c

Browse files
committed
AWS CLI 1.11.55
1 parent 59e7849 commit 1b8432c

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

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

0 commit comments

Comments
 (0)