We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a35323 commit 2fe7c7cCopy full SHA for 2fe7c7c
.travis.yml
@@ -3,6 +3,7 @@ services:
3
- docker
4
env:
5
matrix:
6
+ - AWSCLI_VERSION: 1.11.70
7
- AWSCLI_VERSION: 1.11.69
8
- AWSCLI_VERSION: 1.11.68
9
- AWSCLI_VERSION: 1.11.67
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.5
2
-ENV AWSCLI_VERSION "1.11.69"
+ENV AWSCLI_VERSION "1.11.70"
RUN apk -v --update add \
python \
py-pip \
0 commit comments