Revert "Update python Docker tag to v3.11"

This reverts commit 692a7eab37.
This commit is contained in:
2023-03-10 22:26:24 +00:00
parent 24f72ade72
commit 4bdf3e0f63

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.10-alpine
WORKDIR /app
COPY . /app
RUN pip install .