fix python version to 3.11

This commit is contained in:
Akbar Rahman 2024-01-21 13:48:12 +00:00
parent 684177f0fb
commit cc8b63f2a2
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11
ENV PYTHONUNBUFFERED=value