1
1

update basically everything

This commit is contained in:
2020-11-25 17:45:50 +01:00
parent a2c838bc4d
commit b9b80ccca3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8.5
FROM python:3.9.0
ENV PYTHONUNBUFFERED=1
WORKDIR /code/
COPY requirements.txt .