Skip to content

Commit

Permalink
Upgrade to awscli 1.18.131
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Lin committed Sep 3, 2020
1 parent 9539be0 commit 43c89df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM docker:stable-git
LABEL maintainer="Cheyi Lin <[email protected]>"

ARG AWS_CLI_VERSION
ENV AWS_CLI_VERSION=${AWS_CLI_VERSION:-1.18.53}
ENV AWS_CLI_VERSION=${AWS_CLI_VERSION:-1.18.131}

RUN apk --no-cache add bash openssl gettext curl python3 \
&& curl -s https://bootstrap.pypa.io/get-pip.py | python3 - \
&& pip install awscli==$AWS_CLI_VERSION
&& pip install --no-cache-dir awscli==${AWS_CLI_VERSION}

0 comments on commit 43c89df

Please sign in to comment.