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 8601422 commit c4f0f00Copy full SHA for c4f0f00
.travis.yml
@@ -6,5 +6,5 @@ env:
6
- AWSCLI_VERSION: 1.11.13
7
- AWSCLI_VERSION: 1.10.38
8
script:
9
- - sed -i -e "s/1.10.38/${AWSCLI_VERSION}/" Dockerfile
+ - sed -i -e "s/1.11.13/${AWSCLI_VERSION}/" Dockerfile
10
- docker build -t vincetse/aws-cli .
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.4
2
-ENV AWSCLI_VERSION "1.10.38"
+ENV AWSCLI_VERSION "1.11.13"
3
RUN apk -v --update add \
4
python \
5
py-pip \
0 commit comments