Skip to content

Commit

Permalink
Merge pull request bobrik#32 from salemove/upgrade
Browse files Browse the repository at this point in the history
Upgrade to 5.5.1
  • Loading branch information
bobrik authored Apr 23, 2018
2 parents f98b9b5 + 6065647 commit a38e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.6

RUN apk --no-cache add python py-setuptools py-pip gcc libffi py-cffi python-dev libffi-dev py-openssl musl-dev linux-headers openssl-dev libssl1.0 && \
pip install elasticsearch-curator==5.4.0 && \
pip install elasticsearch-curator==5.5.1 && \
pip install boto3==1.4.8 && \
pip install requests-aws4auth==0.9 && \
pip install cryptography==2.1.3 && \
Expand Down

0 comments on commit a38e3df

Please sign in to comment.