python 3.5 is now 5 years old

master
Robert Gerus 2020-03-07 09:44:13 +01:00
parent 0ec0493a8b
commit 7c267dc4be
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.8
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code