Skip to content

Commit 9a35323

Browse files
committed
AWS CLI 1.11.69
1 parent 34c4dbf commit 9a35323

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.69
67
- AWSCLI_VERSION: 1.11.68
78
- AWSCLI_VERSION: 1.11.67
89
- AWSCLI_VERSION: 1.11.66

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

0 commit comments

Comments
 (0)