Merge pull request #2699 from freqtrade/dependabot/docker/python-3.7.6-slim-stretch

Bump python from 3.7.5-slim-stretch to 3.7.6-slim-stretch
This commit is contained in:
Matthias 2019-12-23 09:39:22 +01:00 committed by GitHub
commit 3c668c2f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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