Use more generic python version

This commit is contained in:
Niek van der Maas
2024-05-06 11:03:49 +02:00
parent caf6c4864c
commit 9a0d226c7c

View File

@@ -1,4 +1,4 @@
FROM python:3.10.10-alpine3.17
FROM python:3-alpine
WORKDIR /work
RUN pip install "fastapi<1.0" "uvicorn<0.22" "lorem-text<=2.1.x"