Skip to content

Commit

Permalink
Merge pull request #3 from kritchie/master
Browse files Browse the repository at this point in the history
Update alpine and aws-cli to current latest
  • Loading branch information
kritchie authored Jan 4, 2019
2 parents 258099f + 6574c8b commit 454d97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Alpine 3.7 is current latest
FROM alpine:3.7
# Alpine 3.8 is current latest
FROM alpine:3.8

ENV AWS_CLI_VERSION=1.15.40
ENV AWS_CLI_VERSION=1.16.83

RUN apk --update --no-cache add \
python \
Expand Down

0 comments on commit 454d97a

Please sign in to comment.