Update Python to version 3.12 (#31)

* Python 3.12 has better performance
This commit is contained in:
Diego Heras
2023-12-10 10:16:54 +01:00
committed by GitHub
parent 75db331c55
commit c10515dc08
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine
# Install package
WORKDIR /code