Merge pull request #2145 from freqtrade/update_docker_image
Update dockerfile python version
This commit is contained in:
commit
8aaaab4163
@ -1,4 +1,4 @@
|
||||
FROM python:3.7.3-slim-stretch
|
||||
FROM python:3.7.4-slim-stretch
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install curl build-essential libssl-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user