update to python3.10

This commit is contained in:
felinae98
2022-05-23 00:00:31 +08:00
parent eb4aa32565
commit 93697f2569
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
RUN python3 -m pip install poetry && poetry config virtualenvs.create false
WORKDIR /app
RUN apt-get update && apt-get install -y xvfb fonts-noto-color-emoji ttf-unifont \