Merge pull request #621 from xmatthias/update_docker_image

update Docker image to python-3.6.5-slim-stretch
This commit is contained in:
Samuel Husso 2018-04-22 11:06:06 +03:00 committed by GitHub
commit aa104f86e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6.4-slim-stretch
FROM python:3.6.5-slim-stretch
# Install TA-lib
RUN apt-get update && apt-get -y install curl build-essential && apt-get clean