update python

This commit is contained in:
Mylloon 2022-08-06 01:32:35 +02:00
parent baee3bf44c
commit 7f1f0fad8b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,4 +1,4 @@
FROM python:3.9.5-slim
FROM python:3.10.4-slim
COPY . .
RUN pip install -r requirements.txt