Merge pull request #202 from luigi311/python-12

Update to python 12
This commit is contained in:
Luigi311
2024-10-07 23:10:00 -06:00
committed by GitHub
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
ENV PUID=1000
ENV PGID=1000