Set Python version to python 3.11 to prevent errors caused by recent version of python.

Will update when 3.12 is supported.
This commit is contained in:
AllinolCP 2023-10-27 21:13:00 +07:00 committed by GitHub
commit e7f724f042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11.3-alpine
ARG TARGETARCH
RUN apk add \