Update docker container to Python 3.8

This commit is contained in:
Raphael Michel
2020-11-04 09:46:08 +01:00
parent b4c18c6ea6
commit cb0023dc3c

View File

@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.8
RUN apt-get update && \
apt-get install -y --no-install-recommends \