Merge pull request #1762 from freqtrade/update_imageversion

Version bump to 3.7.3 in docker file
This commit is contained in:
Misagh 2019-04-15 19:45:21 +02:00 committed by GitHub
commit 5f63797f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.7.2-slim-stretch
FROM python:3.7.3-slim-stretch
RUN apt-get update \
&& apt-get -y install curl build-essential libssl-dev \