update python to 3.8

This commit is contained in:
terrydavis 2024-02-22 19:12:10 +01:00
parent 1c1cd62454
commit 655484b1ef

View file

@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.8
WORKDIR /app
COPY requirements.txt .