Fix python version in dockerfile

This commit is contained in:
Zoe Roux 2023-09-07 18:38:17 +02:00
parent 4bfffa579f
commit 2fa5587fbf

View File

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