3.11->3.10 Python

This commit is contained in:
Kibzik
2023-01-19 11:19:00 +03:00
parent e3d5c73c8b
commit 2a946a023b

View File

@@ -1,4 +1,4 @@
FROM python:3.11.0
FROM python:3.10.0
RUN apt-get update && \
apt-get install -y software-properties-common