Merge pull request #1468 from freqtrade/update_dockerfile
Update dockerfile to python 3.7.2
This commit is contained in:
commit
e91be7aff9
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.7.0-slim-stretch
|
FROM python:3.7.2-slim-stretch
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install curl build-essential \
|
&& apt-get -y install curl build-essential \
|
||||||
|
Loading…
Reference in New Issue
Block a user